前端node npm等安装配置各种问题

2020-03-12  本文已影响0人  夜无风雨
  1. 环境node版本不一致(node 升级了),node-sass 需要重新安装

原本node v8.x 更新后 node v10.x
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

处理方法:npm rebuild node-sass
或者卸载后在安装

上一篇下一篇

猜你喜欢

热点阅读