Found bindings for the following environments
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Missing binding H:\momo\workspace\bimsync\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 10.x
解决方法:
1. npm rebuild node-sass
2. npm update
3. npm run dev
本文详细解析了在Windows64位环境下使用Node.js10.x时遇到的NodeSass绑定缺失问题,提供了包括npm rebuild node-sass、npm update和npm run dev在内的三种解决方法。
6665

被折叠的 条评论
为什么被折叠?



