Answer the question
In order to leave comments, you need to log in
Why can't it find the scss command in npm?
In the package.json
file in scripts it is written:
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"scss": "node-sass src -o src/css",
"scss-watch": "node-sass --watch src -o src/css"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question