Skip to content
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

Closed
rhrao opened this issue Nov 13, 2013 · 5 comments
Closed

Fails to build if there's a space in the directory tree #37

rhrao opened this issue Nov 13, 2013 · 5 comments

Comments

@rhrao
Copy link

rhrao commented Nov 13, 2013

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.

@trentm
Copy link
Contributor

trentm commented Nov 14, 2013

As I understand it, this is actually: nodejs/node-gyp#65

@rhrao
Copy link
Author

rhrao commented Nov 15, 2013

Oh! Awesome. You're absolutely right. Thanks for that @trentm !

@rhrao rhrao closed this as completed Nov 15, 2013
@Glavin001
Copy link

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!

@chrisa
Copy link
Owner

chrisa commented Jan 9, 2014

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.

@Glavin001
Copy link

Thank you for your reply, @chrisa. This is unfortunate, I will keep looking into the node-gyp issue #65. Hopefully there's something that resolved this issue. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants