Syntax Error: Error: Node Sass version 7.0.1 is incompatible with ^4.0.0.
Syntax Error: Error: Node Sass version 7.0.1 is incompatible with ^4.0.0. 解決方案: 卸載重新安裝 卸載 安裝 ...
...
2022-03-02 02:05 0 946 推薦指數:
Syntax Error: Error: Node Sass version 7.0.1 is incompatible with ^4.0.0. 解決方案: 卸載重新安裝 卸載 安裝 ...
npm run dev 提示如下錯誤 Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0. 原因:node-sass版本過高,卸載重裝低版本 1、卸載: npm uninstall ...
linux系統: npm uninstall node-sass npm i -D sass ...
解決方案: 1、npm uninstall node-sass; 2、npm i -D sass; 3、npm run dev; ...
Node Sass version 7.0.1 is incompatible with ^4.0.0. 解決方案輸入: cnpm i -D sass 或者 npm i -D sass ...
原因是版本不兼容的問題。。 解決方案: 先卸載原來的,再安裝新的版本: npm uninstall node-sass pm install --save-dev node-sass@4.14.1 ...
node-sass@version 這樣重新安裝了一下,項目可以運行起來了。 我自己是用這個版本運行成功的 cnpm in ...