美文网首页
2019-06-11-vue-npm-run-serve

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

作者: xiaojianxu | 来源:发表于2019-06-11 18:03 被阅读0次
    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
    
    
    

    npm install --save regenerator-runtime/runtime

    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://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

    相关文章

      网友评论

          本文标题:2019-06-11-vue-npm-run-serve

          本文链接:https://www.haomeiwen.com/subject/pyfcfctx.html