-
Notifications
You must be signed in to change notification settings - Fork 1.3k
NPM install failing in node 0.11.13 #301
Comments
Seeing this in the node-sass Travis CI build too: https://travis-ci.org/andrew/node-sass/jobs/24517252 |
Yeah, @jhnns found the same issue #290 (comment), which appears to be because of some breaking changes in 0.11.13 which means we'll need to upgrade |
Awesome, I'll raise a pull request for grunt-sass once done. On 06/05/2014 8:09pm, Andrew Nesbitt wrote:
|
Yep, I'll open a pull request so you can track the progress. |
I am still facing a very similar issue on node-sass install
after some time it gives error
make: Entering directory npm ERR! System Linux 3.5.0-17-generic |
@ParveenLukha based on this comment https://github.com/rvagg/nan#may-2014-major-changes-for-v8-325--node-01113 I don't think you'll ever get it to work with v0.11.12, needs to be at least v0.11.13 or greater. |
I have installed node v0.11.13 but still facing the same issue. ules/node-sass
gyp http GET http://nodejs.org/dist/v0.11.13/node-v0.11.13.tar.gz npm ERR! System Linux 3.5.0-17-generic |
Hi Andrew |
@andrew I feel that this can be issue of node-sass module |
Can you give this a try with v0.9.3: https://github.com/sass/node-sass/releases/tag/v0.9.3 |
Works for me in node 0.11.13 on OS X. Just got one minor warning:
|
@hiddentao I believe that's been fixed here: sass/libsass#401 we'll roll it into a future version. |
Also an issue with node-gyp (I got it while installing Gaze). |
I still have the issue. I was installing email-templates and received the following errors :
|
@appdevdesigns Your error message suggests that you're getting node-sass 0.8.6 from npm, and @andrew suggests using 0.9.3 above. As the current version of node-email-templates (1.1.1) depends on 0.9.3, it may be that the version of node-email-templates you're installing is out-of-date? |
Thanks michaek. You were right. upgrading our node-email-templates did the trick! |
Lets track this issue at #467. |
In node 0.11.13 (the current 0.11 version in Travis CI too) if I do an npm install I get:
The text was updated successfully, but these errors were encountered: