npm run dev 启动时,报了一大堆错误

Module build failed: Error: Missing binding E:\2017VocaSchool\vocationWeb\node_modules\node-sass\vendor\win32-x64-51\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 7.x Found bindings for the following environments:
  - Windows 64-bit with Node.js 8.x This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
    at module.exports (E:\2017VocaSchool\vocationWeb\node_modules\node-sass\lib\binding.js:15:13)
    at Object.<anonymous> (E:\2017VocaSchool\vocationWeb\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (E:\2017VocaSchool\vocationWeb\node_modules\sass-loader\lib\loader.js:3:14)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)  @ ./~/vue-style-loader!./~/css-loader?{"minimize":false,"sourceMap":false}!./~/vue-loader/lib/style-compiler?{"id":"data-v-14fb6926","scoped":true,"hasInlineConfig":false}!./~/sass-loader/lib/loader.js?{"sourceMap":false}!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/views/flowDesign/startFlow.vue 4:14-396 13:3-17:5 14:22-404
 @ ./src/views/flowDesign/startFlow.vue
 @ ./src/routes.js
 @ ./src/main.js
 @ multi ./build/dev-client ./src/main.js

使用 npm rebuild node-sass,然后在更新一下npm update

感谢博主写的文章 链接:https://blog.csdn.net/moxiaoya1314/article/details/79266086

最新文章

  1. Angularjs2 入门
  2. Linux and the Device Tree
  3. 一头扎进EasyUI2
  4. [Stanford 2011] Views 知识点
  5. 转:python webdriver API 之控制浏览器滚动条
  6. tyvj1011 - 传纸条 ——DP
  7. cocos2d-x 精灵遮罩
  8. Git学习笔记(一)
  9. Sliverlight之 矢量绘图
  10. 前端html 中jQuery实现对文本的搜索并把搜索相关内容显示出来
  11. loj121-动态图连通性
  12. mybatis invalid comparison: java.sql.Timestamp and java.lang.String报错解决方法
  13. [Swift]LeetCode424. 替换后的最长重复字符 | Longest Repeating Character Replacement
  14. EmberJS 为什么我偏爱 Ember.js 胜过 Angular 和 React.js
  15. spring学习(二) ———— AOP之AspectJ框架的使用
  16. C#与 微信小程序 互为加解密方案
  17. C#_根据银行卡卡号判断银行名称
  18. fjwc2019 D6T2 密文(trie+贪心)
  19. (转)C# 中使用分布式缓存系统Memcached
  20. MAC 查看端口占用

热门文章

  1. 8.2.2 使用Java8增强的Iterator遍历集合元素
  2. 在不重启MySQL的情况下用gdb工具设置变量
  3. ES Templates push
  4. 你会选永生吗?NASA实验为火星宇航员提供年龄逆转药
  5. acedCommandS 实现pedit命令
  6. 记 MySQL优化 20条
  7. Python——4Dict和Set类型
  8. 关于C++类中的三兄弟(pretect、private、public)
  9. C++走向远洋——24(项目一,三角形,复制构造函数)
  10. 使用EventBus + Redis发布订阅模式提升业务执行性能