'bluebird'不在npm注册表中

问题描述 投票:0回答:1

我试图将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\_logs\2019-03-21T08_17_58_104Z-debug.log
node.js npm bluebird rethinkdb
1个回答
1
投票

我遇到的问题(请求npm-package时返回404状态代码)是由于公司代理 - 现在一切都很好。

© www.soinside.com 2019 - 2024. All rights reserved.