node.js 프로젝트 의존 항목 설치 후 node-sass 오류 발생

958 단어 만나다질문
오류 신고에는 주로 다음과 같은 정보가 포함됩니다.
This usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass` to build the binding for your current environment. Node Sass could not find a binding for your current environment: Windows 32-bit with Node.js 6.x Found bindings for the following environments:   - Windows 64-bit with Node.js 6.x This usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass` to build the binding for your current environment.  @ ./src/assets/stylesheets/style.css 4:14-127 13:2-17:4 14:20-133 이 때 실행은 알림에 따라 npm rebuild node-sass 명령을 실행합니다. (만약 그렇지 않으면 npm install node-sass 명령을 실행합니다)
만약 다운로드가 느리다면 뒤에 더하기--registry https: //registry.npm.taobao.org, 타오바오 미러를 사용하면 다운로드가 훨씬 빠르다
그리고 노드 명령을 실행해서 서비스를 시작합니다.
 
초반에 엉망진창이 될 거야.exe 이런 괴상한 것들은 nodejs 버전과 관련이 있을 것으로 추정되며 원 프로젝트의 node 버전과 일치하면 문제가 없습니다.

좋은 웹페이지 즐겨찾기