npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinst

677 단어 프런트엔드
오후 내내 해 보니 이 문제를 해결한 셈이니 기록해 두고, 여러분을 도와주길 바랍니다.내가 npm install에 있을 때 갑자기 다음과 같은 상황을 잘못 보고했다.
npm ERR! code ELIFECYCLE
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. There is likely additional logging output above.

분석해 보십시오. 이 오류의 발생은sass를 설치할 때 원본을 가져오는 문제입니다.sass 설치의 원본을 수정합니다.해결 방법: 타오바오의 npm 사용
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

리턴 후 npm install을 입력하면 완벽하게 해결됩니다.
npm install

좋은 웹페이지 즐겨찾기