繁体   English   中英

错误:Node.js证书链中的自签名证书

[英]Error: self signed certificate in certificate chain in nodejs

我正在尝试在atom安装nuclide软件包以开发react-native 我不确定出现以下错误的原因是什么。 谁能建议我如何解决这个问题。

提前致谢

npm ERR! fetch failed https://registry.npmjs.org/asap/-/asap-2.0.5.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/boom/-/boom-2.10.1.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/async-to-generator/-/async-to-generator-1.0.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/connect/-/connect-3.5.0.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain
npm ERR! fetch failed https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz
npm WARN retry will retry, error on last attempt: Error: self signed certificate in certificate chain

您可以直接克隆nuclide软件包并安装。此处显示了所有过程。 在终端中运行以下命令

# Clone the source
$ git clone https://github.com/facebook/nuclide.git
$ cd nuclide
# Install dependencies
$ npm install
# Link the 'nuclide' package to Atom's package directory
$ apm link

通过以下方式验证安装:

Open Atom.
Go to Atom | Preferences.
Click on Packages.
Verify nuclide as one of the packages

或参考以下网址http://nuclide.io/docs/advanced-topics/building-from-source/#linux__building

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM