Open caroundsky opened 5 months ago
node-sass@^4.9.0
.npmrc
registry=https://registry.npmmirror.com phantomjs_cdnurl=https://registry.npmmirror.com/phantomjs/ sass_binary_site=https://registry.npmmirror.com/node-sass/
node-sass@^4.9.0: version "4.14.1" resolved "https://registry.npmmirror.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== dependencies: async-foreach "^0.1.3" chalk "^1.1.1" cross-spawn "^3.0.0" gaze "^1.0.0" get-stdin "^4.0.1" glob "^7.0.3" in-publish "^2.0.0" lodash "^4.17.15" meow "^3.7.0" mkdirp "^0.5.1" nan "^2.13.2" node-gyp "^3.8.0" npmlog "^4.0.0" request "^2.88.0" sass-graph "2.2.5" stdout-stream "^1.4.0" "true-case-path" "^1.0.2"
*3、node切换至14.X版本,执行yarn 理论上会报错,但能执行完并生成/更新lock文件,再执行 npm rebuild node-sass
yarn
npm rebuild node-sass
针对
node-sass@^4.9.0
版本安装问题.npmrc
文件*3、node切换至14.X版本,执行
yarn
理论上会报错,但能执行完并生成/更新lock文件,再执行npm rebuild node-sass