2019-06-11-vue-npm-run-serve

E:\zcsys\manage>npm run serve

> [email protected] 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


npm install --save regenerator-runtime/runtime

2019-06-11-vue-npm-run-serve_第1张图片
image.png

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://[email protected]/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
2019-06-11-vue-npm-run-serve_第2张图片
image.png

你可能感兴趣的:(2019-06-11-vue-npm-run-serve)