当前位置:首页 > 经验笔记 > node > 正文内容

报错解决:Found bindings for the following environments

han32684年前 (2020-06-18)node9067

运行以前写的vue项目的时候遇到如下报错 记录一下

应该是版本升级不兼容造成的

错误:


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


解决方法:

npm rebuild node-sass

npm update

npm run dev


扫描二维码推送至手机访问。

版权声明:本文由瀚文博客发布,如需转载请注明出处。

本文链接:http://hanwenblog.com/post/8.html

分享给朋友:

相关文章

cnpm的安装

说明:npm(node package manager)是nodejs的包管理器,用于node插件管理(包括安装、卸载、管理依赖等);使用npm安装插件:命令提示符执行npm install <...

评论列表

Levy
Levy
4年前 (2020-06-26)

路过

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。