You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a permission error when mounting my cached node modules
error is
yarn run v1.15.2
--
| warning Skipping preferred cache folder "/usr/local/share/.cache/yarn" because it is not writable.
| warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-0".
| $ eslint --fix src && rimraf reports pacts logs && cross-env NODE_ENV=test nyc mocha
| /workdir/node_modules/mkdirp/index.js:90
| throw err0;
| ^
|
| Error: EACCES: permission denied, mkdir '/workdir/node_modules/.cache'
| at Object.mkdirSync (fs.js:773:3)
| at sync (/workdir/node_modules/mkdirp/index.js:71:13)
| at sync (/workdir/node_modules/mkdirp/index.js:77:24)
| at sync (/workdir/node_modules/mkdirp/index.js:77:24)
| at save (/workdir/node_modules/@babel/register/lib/cache.js:50:20)
| at processTicksAndRejections (internal/process/task_queues.js:79:9)
| at process.runNextTicks [as _tickCallback] (internal/process/task_queues.js:56:3)
| at Function.Module.runMain (internal/modules/cjs/loader.js:871:11)
| at internal/main/run_main_module.js:21:11
I get a permission error when mounting my cached node modules
error is
looks like there is no user for node modules
drwxr-xr-x 1071 nobody nogroup 28672 Apr 17 04:08 node_modules
pipeline.yaml
Docker file
The text was updated successfully, but these errors were encountered: