Hello,
This is an odd error that happens when npm test
and npm run build
are executed on circleci during the test phase. The environment complains that the packages are not found. The build works fine locally, and I don’t see any obvious answers as to why these modules aren’t available on the circleci’s side. Please see below:
Also, cicleci complains after running ‘npm run build’ that it can’t find the rimraf package, which should be apart of the node_modules package. Any thoughts on why circleci can’t read the node_modules folder?
Thanks in advance!