We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing a native module using node-gyp, commands fail to run if there is a space in the path anywhere of the CWD.
node-gyp
A CWD like /home/abc/My Awesome Repo/project will fail.
/home/abc/My Awesome Repo/project
This has been discussed here: kelektiv/node.bcrypt.js#961 and here: nodejs/node-gyp#65
And has been found to be an underlying issue with gyp itself
The text was updated successfully, but these errors were encountered:
There is also a potential fix here: nodejs/node-gyp#2556
but the PR targets the vendored gyp code in node-gyp. It should belong here
Sorry, something went wrong.
No branches or pull requests
When installing a native module using
node-gyp
, commands fail to run if there is a space in the path anywhere of the CWD.A CWD like
/home/abc/My Awesome Repo/project
will fail.This has been discussed here: kelektiv/node.bcrypt.js#961
and here: nodejs/node-gyp#65
And has been found to be an underlying issue with gyp itself
The text was updated successfully, but these errors were encountered: