E:\zcsys\manage>npm run serve
> ys-admin@0.1.0 serve E:\zcsys\manage
> vue-cli-service serve
INFO Starting development server...
98% after emitting CopyPlugin
ERROR Failed to compile with 14 errors 5:27:58 PM
This dependency was not found:
* regenerator-runtime/runtime in ./src/store.js, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Tinymce/index.vue?vue&type=script&lang=js& and 12 others
To install it, you can run: npm install --save regenerator-runtime/runtime
image.pngnpm install --save regenerator-runtime/runtime
E:\zcsys\manage>npm install --save regenerator-runtime/runtime
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/regenerator-runtime/runtime.git
npm ERR!
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2019-06-11T09_36_38_827Z-debug.log
image.png
网友评论