最近手贱把node版本更新了,启动项目时报了个错: Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 12.x 查过资料,发现是因为node Sass版本和node版本不一致导致的。 解决办法: 重新构建node-sass :npm rebuild node-sass 更新:npm update