構成:macOS High Sierra、バージョン10.13.2、node: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