-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Mac OS X install fails #217
Comments
As far as I know Node-sass only works with Node 0.10.x right now, so you could install the current version instead or use something like nvm. (Sorry if you already know all that stuff, just thought I’d mention it!) |
Yep, switched to 0.10 with NVM and I'm good to go. Thanks for the quick response! |
If you do need to use node 0.11, the master repo builds fine with that -- be sure to update your node-gyp though |
This Worked for me as well. There should probably be a warning flag in the readme explaining that it doesn't work with node 0.11.x |
I had a similar issue using node What worked for meI uninstalled everything related to node, installed nvm and used node
Followed instructions
Everything working fine now :) EditWell this didn't work when running
#497 seems more related So I tried to reinstall everything using newer versions, it did not work with
And now everything is really working fine. What I hadRelated dependency Output from
|
You have a couple problems here that pretty much all come down to that fact that you're install an ancient version of node-sass with an ancient version of npm. There real solution for pretty much any install related issues is
|
Having some difficulties installing node-sass on MAC OSX 10.6.8 I did follow the instructions above from xzyfer but that did not help. libsass info - version 3.2.4 The logs seem to indicate that the binary is corrupt, after which it tries to build the software and then runs into other issues Dman-MBA-4:~ banerjed$ sudo npm install gulp-sass@latest
Binary downloaded and installed at /Users/banerjed/node_modules/gulp-sass/node_modules/node-sass/vendor/darwin-x64-14/binding.node
npm ERR! node-sass@3.1.2 postinstall: npm ERR! Please include the following file with any support request: |
Add a Gitter chat badge to README.md
I had the same problem and I solved with the steps:
Resource: |
@polotto awesome, just saved my life! I'm running on a M1 chip and it worked out just bumping node-sass version to |
Fix issue sass#217: wrong file property value in source map.
Received the following running 'sudo npm install node-sass' on my Mac OSX 10.9.1 machine.
The text was updated successfully, but these errors were encountered: