구성 : macOS High Sierra, 버전 10.13.2, 노드 : v8.1.2 npm : 5.0.3 angularjs 프로젝트에서 npm start를 실행하면 다음 오류가 발생합니다.
ERROR in Cannot find module 'node-sass'
이 후 나는 실행 :
npm i node-sass
이제이 오류가 발생합니다.
gyp: No Xcode or CLT version detected!
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
npm이 node-sass를 설치하지 않는 이유는 무엇입니까? node-sass를 어떻게 설치합니까?
npm install --save-dev node-sass