I\'m trying to set up node-sass, following the instructions on CSS-Tricks. Node and npm are installed correctly, and the node-sass installation worked too. When I go to run
node-sass v4.13+
cd
yarn add -D node-sass
// or
npm install -D node-sass
"scripts" : {
...
"compile:sass": "node-sass --recursive --watch --output ",
...
}
yarn compile:sass
// or
npm run compile:sass