Programming/JavaScript & TypeScript
npm install 시 node-sass@4.14.1 postinstall: `node scripts/build.js` 해결
Bonita SY
2020. 12. 18. 23:28
728x90
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`
위에 것을 참고해서
npm install node-sass@4.14.1 --unsafe-perm=true --allow-root
에러가 발생했던 버전으로 바꿔서 설치해주면 문제 없음!
728x90