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

NPM Install Spaces in Path #47

Open
SkylerWilliams opened this issue Sep 17, 2015 · 1 comment
Open

NPM Install Spaces in Path #47

SkylerWilliams opened this issue Sep 17, 2015 · 1 comment

Comments

@SkylerWilliams
Copy link

I recently installed HummusJS with npm install hummus to a directory that had spaces in the path, and received clang: error: no such file or directory: for the space separated portions of the path. This occurs in the build process as follows:

$ npm install hummus
-
> [email protected] install PATH_WITH_SPACES
> node-gyp rebuild

CXX(target) Release/obj.target/pdfwriter/src/deps/PDFWriter/AbstractContentContext.o
clang: error: no such file or directory: ....

I solved the issue by moving the project to a path without spaces, at which point npm install hummus worked as desired.

@galkahana
Copy link
Owner

Very good

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

2 participants