Проблема с установкой node_sass
Уже 2 раза сталкивался с ошибкой установки node sass.
Через npm
лог выглядит так:
npm ERR! node-sass@4.9.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.9.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Через yarn
так:
error <...>\node_modules\node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Решение
npm rebuild node-sass