galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Local install fails when path contains spaces #282

Open rguderlei opened 6 years ago

rguderlei commented 6 years ago

Hi,

I tried to install HummusJS (as a dependency of decktape) in a directory containing spaces. The node-gyp part of the install process failed. Removing the spaces from the path fixed the immediate problem, but IMHO the installation should also work with paths containing spaces.

Best, Ralph

chunyenHuang commented 6 years ago

https://github.com/nodejs/node-gyp/issues/65 Looks like it's an unresolved issue in node-gyp