在很久之前,自己搭建了一套vue框架。运用了vuex、vue-router、vue-resource 等等的一套比较完成的Demo。
最近无意间升级了node^6.2.0、公司的电脑系统为win10 x64,
然后整个vue都启动不了了。而同样的环境 mac是可以的。很是费解。
提示的错误是不识别es6。找了一天走了很多弯路,以为是webpack问题、babel问题。其实都不是。
最后找到了一个人这么说:
The vuejs-templates/webpack seems to have problems with Node ^6.0.0 running on Windows 10 x64, something with Babel not transpiling JavaScript files before the Webpack build. I filled an issue in the repo, hope it gets fixed soom to come back to the latest Node release.
我便把node升级到7。可以了。