vue编译 Error: Could not load /src/core/config

翻看 vue,执行 npm run dev 出现以下错误:vue

[!] Error: Could not load e:/github/vue/src/core/config (imported by e:\github\vue\src\platforms\web\entry-runtime-with-compiler.js): ENOENT: no such file or directory, open 'e:\github\vue\src\core\config'

缘由是由于 rollup-plugin-alias 该插件对 window系统支持不友好(对 window 的盘符解析忽略了小写的状况)git

参考:
vue.js 2.0 alpha error on start on windows 10 x64github

相关文章
相关标签/搜索