'bluebird' 不在 npm 注册表中
'bluebird' is not in the npm registry
我正在尝试将 rethinkdb 添加到我的项目中,但出现此错误。
- 我重装了nodejs
- 我将路径添加到我的环境中。
- 我删除了我的代理。
- 我改成注册表。
仍然收到错误。
npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/bluebird
npm ERR! 404
npm ERR! 404 'bluebird@>= 2.3.2 < 3' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because
npm ERR! 404 1. name can only contain URL-friendly characters
npm ERR! 404 It was specified as a dependency of 'rethinkdb'
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! A complete log of this run can be found in:
npm ERR! C:\Users\argestajyer\AppData\Roaming\npm-cache\_logs19-03-21T08_17_58_104Z-debug.log
我遇到的问题(请求 npm-package 时返回 404 状态代码)是由于公司代理 - 现在一切正常。
我正在尝试将 rethinkdb 添加到我的项目中,但出现此错误。
- 我重装了nodejs
- 我将路径添加到我的环境中。
- 我删除了我的代理。
- 我改成注册表。
仍然收到错误。
npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/bluebird
npm ERR! 404
npm ERR! 404 'bluebird@>= 2.3.2 < 3' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because
npm ERR! 404 1. name can only contain URL-friendly characters
npm ERR! 404 It was specified as a dependency of 'rethinkdb'
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! A complete log of this run can be found in:
npm ERR! C:\Users\argestajyer\AppData\Roaming\npm-cache\_logs19-03-21T08_17_58_104Z-debug.log
我遇到的问题(请求 npm-package 时返回 404 状态代码)是由于公司代理 - 现在一切正常。