Hi! I've got a problem with building a javascript ...
# general
c
Hi! I've got a problem with building a javascript project with pants. The first time I run
./pants test ::
everything works. Now if I do
./pants clean-all
and run tests again they fail with a message
Error: Cannot find module '../lib/babel'
. Could this be related somehow to issue https://github.com/pantsbuild/pants/issues/2580? Btw. I'm running pants inside a docker container so could that be causing the problem? So, anyone have any ideas how to proceed?