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

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

[!] 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 的盘符解析忽略了小写的情况)

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

    原文作者:eminoda
    原文地址: https://segmentfault.com/a/1190000017335977
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞