Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.的錯誤
這個問題,去網上查詢資料,然後說需要安裝兩個東西,安裝程式碼
npm rebuild node-sass
但是直接這樣安裝的話是從GitHub上面直接下載安裝的,網速太慢,幾乎安裝不了
然後又去網上找了大佬的 解決方案:
加速安裝
將程式碼改為國內的映象源,這步是必須的,應為之前我改成淘寶的映象源,但是仍然不行。
npm install -g mirror-config-china --registry=http://registry.npm.taobao.org
安裝sass-loader、node-sass(-D 是 --save-dev 的簡寫)
npm install sass-loader node-sass -D
這樣就可以了,執行我的前端程式就沒報錯了
參考連線:
- https://blog.csdn.net/Young_Gao/article/details/89472560
- https://blog.csdn.net/u010225788/article/details/104144385
相關文章
- Python錯誤:PyCharm 安裝出錯 Internal error,please。。。PythonPyCharmError
- 如何處理錯誤訊息Please install the Linux kernel header filesLinuxHeader
- 如何處理錯誤訊息Please install the gcc make perl packagesGCPackage
- npm install 時 node-sass 報錯問題NPM
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- pip install scrapy報錯:error: UnableError
- window環境下npm install node-sass報錯的解決方法NPM
- npm install 常見錯誤NPM
- AndroidStudio編譯時報錯Error:Please select Android SDKAndroid編譯Error
- Uncaught Error: Bootstrap‘s JavaScript requires jQuery報錯問題解決ErrorbootJavaScriptUIjQuery
- MySQL error 錯 誤 碼MySqlError
- PostgreSQL error 錯誤碼SQLError
- Error page: / Error infos: DedeCms錯誤警告Error
- Error Curves——錯誤曲線Error
- NPM INSTALL常見錯誤(windows篇)NPMWindows
- Angular 錯誤訊息:ERROR Error NullInjectorError No provider for XXAngularErrorNullIDE
- XAMRAIN的INSTALL_FAILED_NO_MATCHING_ABIS錯誤處理AI
- Js錯誤Error物件詳解JSError物件
- Fatal NI connect error 12170 錯誤Error
- 15-錯誤處理(Error)Error
- dedecms 搬家 / dedecms error warning!錯誤Error
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- flutter install安裝app時,出現INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCH錯誤的原因FlutterAPPAI
- error: #error This file requires compiler and library support for the ISO C++ 2011 standard.ErrorUICompileC++
- struct.error: 'h' format requires -32768 number 32767StructErrorORMUI
- 如何處理Docker錯誤訊息:please add——insecure-registryDocker
- npm install ERR Please try running this command again as root/AdministratorNPMAI
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- android 打包出現錯誤Error: ResourceNameAndroidError
- PHP curl error 60 錯誤解決PHPError
- pytorch執行錯誤:RuntimeError: a leaf Variable that requires grad is being used in an in-place operationPyTorchErrorUI
- anacond 或python3 報check_hostname requires server_hostname錯誤PythonUIServer
- windows終端輸入pip install requests報錯:Fatal error in launcherWindowsError
- 升級pip報錯ERROR: Could not install packages due to an OSError: [WinError 5]ErrorPackage
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- mysqldump error1066 錯誤的解決辦法MySqlError