cnpm安装提示optional install error: Package require os(darwin) not compatible with your platform(win32)

方法一:

cnpm rebuild node-sass
#不放心可以重新安装下
cnpm install

方法二:

npm update
npm install
nodejs node_modules/node-sass/scripts/install.js
npm rebuild node-sass

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-11-19
  • 2022-01-26
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案