Answers for "yarn instal giving node-sass error"

4

Failed at the [email protected] postinstall script.

rm -rf package-lock.json node_modules
npm cache clean --force
npm i --unsafe-perm node-sass
Posted by: Guest on June-07-2020
3

error /node_modules/node-sass: Command failed

// for yarn
yarn remove node-sass
yarn add sass
// for npm
npm uninstall node-sass
npm i sass
Posted by: Guest on November-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language