-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Error while intalling node-sass #722
Comments
With node.js v2.0.1, only iojs v1.2.0 is supported. See node-sass-binaries release notes: https://github.com/sass/node-sass-binaries/releases/tag/v2.0.0. Also readme: https://github.com/sass/node-sass-binaries#compatibility. |
@am11 I updated iojs to 1.2.0 but still failed
|
Yes that is a big ordeal in Windows for multiple reasons. We have taken care of for upcoming release for Linux and Mac completely, but for Windows, the workaround is still half-way (and if you are not using nvmw, you will face this kind of issue in future). The workaround is to use :: this is cmd
::
:: nvmw install iojs-v1.2.0
:: nvmw use iojs-v1.2.0
::
mkdir /temp; cd /temp
npm install npm
iojs node_modules\npm\bin\npm-cli.js install node-sass
:: success!
iojs
:: this is io.js interactive console (REPL)
> require('node-sass').renderSync({data: '.myClass { float: right } '}) |
@am11 or u mean that I need to install |
@am11 deal it with nvmw, THX A LOT!!!! |
win7 64bit,
iojs v1.0.1
as intalling
node-sass
it says:should I gotta update iojs or other method to fix it?
The text was updated successfully, but these errors were encountered: