登録出来たので単に登録出来てなかっただけの模様。。 改めて登録します。
npm install で DEPTH_ZERO_SELF_SIGNED_CERT エラーが出た
$ sudo npm install socket.io npm ERR! code DEPTH_ZERO_SELF_SIGNED_CERT npm ERR! errno DEPTH_ZERO_SELF_SIGNED_CERT npm ERR! request to https://registry.npmjs.org/express failed, reason: self signed certificate
SSLのエラーっぽいので、一時的にSSLの検証をスキップさせます
$ sudo npm config set strict-ssl false $ sudo npm install socket.io $ sudo npm config set strict-ssl true
検索
コメントを残す