-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fails to build if there's a space in the directory tree #37
Comments
As I understand it, this is actually: nodejs/node-gyp#65 |
Oh! Awesome. You're absolutely right. Thanks for that @trentm ! |
Is there a solution without removing the space from the directory? I'd strongly prefer not to have to rename path to contain no spaces. Any help would be really appreciated! |
I don't think there's anything we can do in this module as a user of node-gyp - nodejs/node-gyp#65 is the issue, and any fix or workaround would have to be there, I think. |
I was trying to install bunyan earlier today and dtrace-provider is an optional component for bunyan. gyp was throwing errors because it could not "find" the directory. I went through the console output and saw that it was not displaying one of the parent directory's name properly as there was a space in the name. I renamed the parent dir (removed the space) and tried installing bunyan again and it worked.
The text was updated successfully, but these errors were encountered: