npm install -g creat-react-app 不起作用(错误 405)
当我输入 npm install -g creat-react-app
npm ERR! 时会发生这种情况代码 E405 npm 错误! 405 方法不允许 - GET https://registry.npmjs.org/ creat-react-app/creat-react-app
npm 错误!此运行的完整日志可以在以下位置找到: npm 错误! C:\Users\admin\AppData\Local\npm-cache_logs\2022-03-01T22_47_51_374Z-debug-0.log
This happens when i type npm install -g creat-react-app
npm ERR! code E405
npm ERR! 405 Method Not Allowed - GET https://registry.npmjs.org/creat-react-app/creat-react-app
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\admin\AppData\Local\npm-cache_logs\2022-03-01T22_47_51_374Z-debug-0.log
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有一个拼写错误
我还建议使用 npx 而不是 npm 以及删除 G
You have a typo
I also suggest using npx instead of npm as well as removing G