kenberkeley / vue-demo

Vue.js 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 Vue.js 开发 SPA。Webpack / ES6 + Babel / Vue Router / (Vue Resource?) / (Vue Validator?) / (Vuex?) —— An Excellent Vue Starter with Best Practice / 最佳实践
https://kenberkeley.github.io/vue-demo/dist
Apache License 2.0
1.29k stars 411 forks source link

所有环境安装好,但是不能正确的 build #17

Closed KonishiLee closed 7 years ago

KonishiLee commented 7 years ago

![Uploading image.png…]()

kenberkeley commented 7 years ago

报错信息?

KonishiLee commented 7 years ago

![Uploading image.png…]() 一直贴图,贴不出来

KonishiLee commented 7 years ago

ERROR in ./src/app.js Module build failed: Error: Couldn't find preset "es2015" relative to directory "/Users/pj/Desktop/github-package/vue-demo"

kenberkeley commented 7 years ago

建议使用 cnpm 重新安装依赖:

$ cd vue-demo
$ rm -rf node_modules
$ npm i cnpm -g
$ cnpm i
KonishiLee commented 7 years ago

我可能知道原因了,这个项目我已经 clone 很久了,一直没时间看,node_modules 里面的 package 也是以前 install 的,所以可能版本冲突导致,马上我重新 install 一下。