今天在安装依赖的时候出现了下面的问题
npm install错误--node-sass
处理方法:
1、卸载node-sass npm uninstall node-sass
2、清理缓存 npm cache clean -f
3、用cnpm安装node-sass指定版本 cnpm install [email protected]
4、打完收工
npm install错误--node-sass

相关文章:

  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-10-27
猜你喜欢
  • 2021-07-22
  • 2021-07-23
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
相关资源
相似解决方案