-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
gyp: binding.gyp not found (cwd: C:\Users\xxxx) while trying to load binding.gyp #1709
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
Comments
What command are you using to install build tools? Can you provide full verbose log? |
Thanks for the reply. I have followed the steps from this link.
After that the below error occurs. gyp info it worked if it ends with ok |
Could you provide output of |
The above error is the verbose of node-gyp configure |
Right, sorry. So, the error message is |
No, the file is not there. |
@bzoz I'm having a similar issue. Will it help to share my configuration as well? |
If the file is not there, then this is not an issue with node-gyp, but with the whatever project you are trying to build. You should report it to the package authors. |
for example,cd node_modules/ffi,then node-gyp rebuild |
I'm going to close this due to staleness but as the above comment says, the |
I'm seeing node-gyp fail for hashring and node-syslog when trying to run yarn install. Same project, different directory, has no problems with npm install. I wonder if this is node-gyp or yarn. |
|
I have the same problem, could someone help me? gyp info spawn args 'C:\build', |
cwd to the directory with the binding.gyp file. |
same issue! Any suggestion? |
you are right! thanks! |
where to find the path in windows, please help |
Hi,
I have followed the below steps to install PWA.
https://magento-research.github.io/pwa-studio/venia-pwa-concept/setup/
But when trying to install build tools and configure the python dependency, we are facing this issue in windows 10.
gyp: binding.gyp not found (cwd: C:\Users\xxxx) while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error:
gyp
failed with exit code: 1And also we have tried the same steps in ubuntu system and it results the following error.
make: *** No targets specified and no makefile found. Stop.
So, kindly let us know how to fix this.
Thanks,
The text was updated successfully, but these errors were encountered: