-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gyp_main.py: error: no such option: --no-parallel #434
Comments
got the same problem |
Ref: #426 |
Same here |
I try build https://github.com/atom/atom. Under Ubuntu 14.04 and Debian sid I get: ############# gyp_main.py: error: no such option: --no-parallel The workaround from #426 does not work because node-gyp is loaded during builds |
@nodejs/node-gyp Should this remain open? |
No, should be fixed. If anyone still encounters this, make sure you don't have an old copy of gyp (not node-gyp) on your path. |
"gyp_main.py: error: no such option: --no-parallel"
"Error:
gyp
failed with exit code: 2"Then I try to install pm2 or sleep packages. "npm install pm2 -g"
Or then I try to run "node-gyp configure"
How to fix this?
The text was updated successfully, but these errors were encountered: