-
Notifications
You must be signed in to change notification settings - Fork 5
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
Module installation fails #3
Comments
Getting the same thing here, using OS X, on the current stable node
|
Hmm they may have changed the url scheme again - will look into |
Is there any progress on this? I'm also getting the same error. |
hey @the-simian - what OS & what node version - I just tried to reproduce on OS X with node v5.5.0 and I'm not able to reproduce the problem |
The OS is windows 10. But i also confirmed it on Windows 7. Hey, interestingly I'm generally experiencing postinstall script issues with packages like this, and others since npm changed to the nondeterministic way of doing it. Here is a similar situation on another similar module: FWeinb/node-webkit-screenshot#14 I was able to get a fix on that module by (in the postinstall script) cd'ing into one directory down first. I'm still actively looking into all this, so maybe I'll more later. |
ah right right - good call - I switched back to npm2 for speed reasons this issue is probably to do with the flat structure vs tree structure |
Yeah I am considering it as well, though I was able to get improved speeds by |
yah I head about that - haven't tried it yet On Fri, Jan 29, 2016 at 8:35 PM, Jesse Harlin [email protected]
David Mark Clements Ltd is a company registered in Northern Ireland. |
Having the same issue on OSX, with node 4.2.4, npm 3.5.3 |
hey I wanted to pop in and add, that I didn't end up getting this one to work, but we were able to solve postInstall script errors in a similar project by adding a cd to the right directory first. see here: FWeinb/node-webkit-screenshot#15 I didn't dig long enough into this module to see if the fix is the same, but that might be useful. |
I was able to make this install by adding |
Hello,
seems hat there's an installation issue when running
npm install nw-shot
:I'm on Windows 7 x64 and the
npm-debug.log
file is sent to your personal mail account.The text was updated successfully, but these errors were encountered: