mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-04 05:58:32 -06:00
eec84c0d49e3d7d2259dcf6794eadd3e3c423184
Fixes #4694 Fixes #4695 Fix the "ENOENT: no such file or directory … debugnode_module/sms/index.js" error. The problem are caused by 2 issues: 1. The `lint-staged` packages introduced an old version of debug, causing node_module deduping, thus changing the node_module layout 2. The dependencies required in the cached `lint` module is no longer at its originial position, thus the "ENOENT" error. This change still does not fix the PNPM 4 issue, considering its smaller user base, we'll fix it later.
vue-cli

Vue CLI is the Standard Tooling for Vue.js Development.
Documentation
Docs are available at https://cli.vuejs.org/ - we are still working on refining it and contributions are welcome!
Contributing
Please see contributing guide.
License
Languages
JavaScript
75%
Vue
22.9%
TypeScript
0.9%
Stylus
0.5%
HTML
0.3%
Other
0.4%