Error: SASS Installation for Windows

Error: SASS installation for windows

thanks for your suggestions, as you guys said this seems to be SSH update issue.

have solved this issue simply down graded my RUBY version from "2.1.5" to "1.8", and the gem version is "1.8.29".

then i was able to install SASS

how do I resolve this node-sass installation error

Please check the below steps:

  1. Please delete your package.lock.json file, along with that delete your node_modules folder.
  2. Then clear all your npm cache by npm cache clean --force.
  3. Install node-sass globally by using npm install -g node-sass
  4. Once done with node-sass that run your npm install && npm start.

Hope this should work fine.

NPM can't install node-sass on windows 10

According to these error messages, you should install software that provides your system with a bash shell (WSL, CygWin, etc.)

3101 error file bash
3102 error path bash
3103 error code ELIFECYCLE
3104 error errno ENOENT
3105 error syscall spawn bash
3106 error node-sass@4.13.0 install: `node scripts/install.js`
3106 error spawn bash ENOENT

Getting errors while installing node-sass

Just change the node version to v14.x.x

Or you may try installing newer versions of node-gpy

Here, read this issue:
https://github.com/sass/node-sass/issues/3117



Related Topics



Leave a reply



Submit