コメントありがとうございます。 サービス終了した今なら、安く中古が手に入りそ…
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
検索
コメントを残す