FrontEnd/Vue.js
[ Npm ] Npm Install Error - node-sass@4.13.1 postinstall: `node scripts/build.js`
SangHoonE
2021. 9. 30. 16:45
안녕하세요 상훈입니다.
npm install 명령어를 통해서 npm 프로젝트를 업데이트 및 설치를 하는데 갑자기
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.13.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR! Failed at the node-sass@4.13.1 postinstall script.
에러가 발생하였습니다.
해당 에러는
node.js의 버전일치로 해결이 가능합니다.
node.js - 오류 npm 설치-node-sass@4.13.1 설치 후 :`node scripts /build.js
npm을 설치할 때마다 npm ERR! errno 1 npm ERR! [email protected] postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script. npm ERR! This is probably not a problem with npm. The
www.python2.net
참고
반응형