Cấu hình: macOS High Sierra, phiên bản 10.13.2, nút: v8.1.2 npm: 5.0.3 Khi tôi chạy npm start trong dự án angularjs của tôi, tôi gặp lỗi này:
ERROR in Cannot find module 'node-sass'
Sau này tôi chạy:
npm i node-sass
Bây giờ tôi nhận được lỗi này:
gyp: No Xcode or CLT version detected!
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
Tại sao npm không cài đặt nút-sass? Làm thế nào tôi có thể cài đặt nút-sass?
npm install --save-dev node-sass