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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
If npm was invoked with root privileges, then it will change the uid to the user account or uid specified by the user config, which defaults to nobody. Set the unsafe-perm flag to run scripts with root privileges.
Your options are:
Run npm install with the --unsafe-perm flag:
[sudo] npm install --unsafe-perm
Add the unsafe-perm flag to your package.json:
"config": { "unsafe-perm":true }
Don't use the preinstall script to install global modules, install them separately and then run the regular npm install without root privileges:
npm install (as root) on this system produces this warning.
npm WARN cannot run in wd [email protected] bower install (wd=/root/angular-seed)
it seems to be more than a warning as no server appears on the chosen port
Paul
The text was updated successfully, but these errors were encountered: