-
Notifications
You must be signed in to change notification settings - Fork 123
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
node-gyp configure error: gyp_main.py #37
Comments
The error
is a node-gyp issue that has been reported several times, for example, nodejs/node-gyp#426 and nodejs/node-gyp#434. One workaround for this issue that has worked for me in the past is to directly modify the node-gyp file called configure.js. For example, on your machine node-gyp v2.0.2 is installed. Removing this line from configure.js should fix the EDIT: Removed misleading information. |
I just tried the following on the BeagleBone Black:
The installation was successful and everything looks ok. |
Error while trying: node-gyp configure on beaglebone black
The text was updated successfully, but these errors were encountered: