Node js 升级后导致的异常

Module build failed: Error: Missing binding E:\Works\Demo Code\OwnProject\Guma.Studio\node_modules\node-sass\vendor\win32-x64-83\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 14.x

Found bindings for the following environments:
- Windows 64-bit with Node.js 12.x

 

解决方法:

输入命令: npm rebuild node-sass

更新一下:npm update

重启项目

上一篇:vue 自定义权限


下一篇:自定义指令