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
With the version for Node 12, I'm also running into a similar issue
gyp WARN EACCES current user does not have permission to access the dev dir "/root/.cache/node-gyp/12.14.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/bundle-dir/bundle/programs/server/node_modules/fibers/.node-gyp"
gyp WARN install got an error, rolling back install
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/tmp/bundle-dir/bundle/programs/server/node_modules/fibers/.node-gyp
gyp ERR! System Linux 4.9.184-linuxkit
gyp ERR! command "/opt/nodejs/bin/node" "/opt/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release"
gyp ERR! cwd /tmp/bundle-dir/bundle/programs/server/node_modules/fibers
gyp ERR! node -v v12.14.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok`
When I build the project with gitlab-ci get stuck in infinity loop:
If I perform the compilation on a computer without dind it works without problems.
I dont know if this could be a solution -> How to use --unsafe-perm in dind?
The text was updated successfully, but these errors were encountered: