You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a known issue with node-gyp and installing in directories where the parents directories contain spaces: nodejs/node-gyp#65.
This certainly seems to be my case (works without spaces, fails with).
The problem is in binding.gyp at:
Or (just a thought) - that line is only there to find nan.h, which is always installed by npm relative to binding.gyp at node_modules/nan. So this works without any executable code at all:
There seems to be a known issue with node-gyp and installing in directories where the parents directories contain spaces: nodejs/node-gyp#65.
This certainly seems to be my case (works without spaces, fails with).
The problem is in binding.gyp at:
A simple string replace in the node script looks to fix it:
The text was updated successfully, but these errors were encountered: