-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working Directory error in install/postinstall scripts #93
Comments
Hmmm...when I run
|
Regarding the first issue, npm 2.x will not execute any scripts when run as root. Either run it as a normal user, or add the The second issue is unrelated to Node or Docker, and bower already printed an excellent description of the error, along with a possible solution. |
OK, so this is a problem with Gitlab CI running it as root and not the docker image? I'm not explicitly telling it to run as root (and it's really annoying me). |
Also, see #88 for the exact same issue. |
I get this error when trying to run the
postinstall
orinstall
parts of my package withnpm install
in the GitLab CI runner using Docker andnode:4
:Is this a permissions issue?
The text was updated successfully, but these errors were encountered: