$ npm bugs Myvueproject
npm ERR! Windows_NT 6.1.7600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "bugs" "Myvueproject"
npm ERR! node v4.5.0
npm ERR! npm v3.10.6
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/vu...
npm ERR! 404
npm ERR! 404 'vueproject' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! C:usersAdministratorMyvueprojectnpm-debug.log
应该怎么解决?
npm のバグ <プロジェクト名> --browser open --registry https://registry.npmjs.org/ { "url" : "https://github.com/owner/project/issues", "電子メール" : "プロジェクト@ホスト名.com" }npm bugs
は、現在のディレクトリの package.json でバグのパラメータを検索し、バグを送信します。開始方法とウェアハウスのアドレスを指定できます。package.json の構成を確認してください
404 はネットワークの問題です。プロキシを使用するか、国内の NPM ソースに切り替えてください。具体的な方法は自分で確認してください。