-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error installing 1.1.4 #497
Comments
I am also having an issue installing
|
on Windows it eats 6Gb of memory and halts. |
In my case installation stops on
Nothing more. Windows 8. |
Yes; this is a known issue. See #493 (comment). There is something wrong with the |
My local machine (windows 8.1 64 bit) also hung, but after a good long while i aborted the job and version shows 1.1.4. Everything is running fine. Server however is running what I posted above and fails. |
Yeah! After seeing your comment, I put installation on x64 Windows laptop. I just turned the monitor on (after like an hour) and it is installed successfully! No rebuilding of binaries, nothing odd happened (except for the delay). I know it's not acceptable, but this is something.. ❕ |
same issue here |
Windows 8.1 64 bit as well
It chews up memory until node uses all my available memory (24 Gb) and starts swapping. My HD then goes nuts. Hope this helps troubleshoot. Update
|
I have the same problem here on my Win 8 64 bit machine. I have a new project where I'm setting up my Grunt. So I give the command 'npm install'. It installs and downloads everything fine up until node-sass. Even after 40 minutes, nothing happens after: (replaced actual path with ....... here):
And also here: node.exe is taking up all my available RAM Update: it was hard but I was patient and fought the urge to abort the process. After about 50 minutes I got the message: Update 2: The message 'Binary is fine; exiting' was showing for over 1hour and 15minutes. I gave up after that. I was able to run my sass watcher after this, but as soon as i changed and saved a sass file, and node-sass was supposed to do its work, node.exe immediatly consumed all my RAM. And did not do anything else, so even after waiting a long time, this did not result in any compiled css file. Just a non responsive computer because node.exe uses all the available RAM. |
Updating GCC to 4.8 fixed this for me. |
Actually, GCC shouldn't be involved. It should use prebuild binaries. Otherwise everybody would have to install Python, C++ compiler and node-gyp in order to install node-sass. The rebuild only occurs, when there is some issue with the existing (prebuild) binary for that system. |
@am11 updating GCC was a last resort for me as I didn't think it was building anything from source, but it was the only thing I tried that actually worked. The clues are the lines in the error output which say
|
I'm not going to have any time to investigate the issue today, to resolve your issue quickly you could pin the version of node-sass to a known working version by adding the following to the dependencies section of your package.json:
|
Thanks @andrew! I was pulling my hair out, but |
@andrew That workaround will not work since I depend on gulp-sass which depends on node-sass |
@ralabs I'm also using gulp-sass. I cleared out the project's node_modules directory, ran |
@aaronwaldon I am trying the same right now. Thank you |
@gschwa My pleasure. Did that work? |
Anyone curious about GCC errors, see our travis.yml for how to update GCC. For windows, it requires VS2013 Update 3 (pro, ultimate, or express-for-desktop). |
@aaronwaldon Not exactly. I tried putting 1.1.2 (since that version worked) in my package.json but during our Jenkins build it tries to install both 1.1.2 and 1.1.4. |
because of sass/node-sass#497
Regarding #497 (comment), I think sass/libsass#601 would fix that win-x64 with node-x64 installation delay issue as well. Can't say for sure unless the next release (with latest binaries) is published on npm. |
Until sass/node-sass#497 is resolved
Until sass/node-sass#497 is resolved
Using gulp-sass, I'm no longer having issues. Thanks! |
It works fine on my windows 8.1 x64 now, thanks |
I am still getting this issue on travis. I have the latest module for gulp-sass and node-sass in my package.json. I tried
Error: in my travis.yml file as well. still no luck. |
as a note, I can get the travis build to pass if I don't check in my node modules, which is slowing my build down. is there any way to make this work with checking in my node modules? guessing I have to dev on the same platform? |
@kellyrmilligan, can you retry after adding the following to your env:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true |
+1 |
working for me at the moment, haven't tried clearing my travis cache of node_modules though. thanks! |
after clearing the travis cache, it seems teh build will only work if the module is run through npm install from scratch. I'm fine for now, but the first time npm burns me I may need a different solution. |
I had the same error on my iMac using gulp-sass v1.2.4.
I switched back to v1.2.3 and it works now. |
Same issue here. Rollbacking to |
I've just wrote a fix for osx: |
I'm seeing this issue with 2.0.0-beta on mac os x. There's no |
I have te same issue as @ysimonson |
@skrobek fwiw it seems to build fine on a fresh (newly reformatted) os x install. |
This works fine for me, but not for my coworker, as of today using up to date versions. We do not yet know what the difference between our machines is. We face the same apparent problem as @alfredbez . Hard rolling back to My machine is /far/ newer than my coworker's. |
@andrew the data seems to suggest that the defect described here is not the defect in the linked ticket, and indeed, that the linked ticket describes more than one unrelated problem. Are you certain this ticket should be closed? |
+1 reopen. Getting |
@izolate, this was superseded by #517, which has been resolved. If you are having further problems, please open a new issue with elaborate details like: which versions of npm, nodejs you have installed and which version of node-sass you are trying to install? Also see #635 (comment). |
This happens with a fresh install on a mac which never had the tools as of yesterday. I'll gather the actual version numbers for you when that staff member comes in, but for all intents and purposes, it's node-current, npm-current, gulp-current, node-sass current, libsass current. I'll get you the proper numbers as soon as I am able. |
Getting this on a circleci build. |
@jclif please follow our TROUBLESHOOTING.md guide, and if that does not help please post the result. This bug pertains node-sass@1.1.4 which is very old and does not support current node engines. We still do not support io.js 3.0 #1053 at the time of writing this. |
for those that might be having similar issues today, I resolved the problem by upgrading my node-sass-middleware npm uninstall node-sass-middleware --save //was 0.5.0 npm install node-sass-middleware --save //now 0.9.6 I was facing the issue creating a node app with heroku and keystonejs. |
Enabling coveralls.io
I am getting the following error when installing via npm install:
The text was updated successfully, but these errors were encountered: