错误:
Module build failed: ModuleBuildError: Module build failed: Error: Missing binding E:\SVN\32IDPW\04-project\03-source\02-web\briefing\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 8.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,帮助读者解决类似问题。
1万+

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



