私はリアルタイムアプリケーションに取り組んでおり、サードパーティを使用しています。しかし今、サードパーティの代わりに node.js を socket.io で使用する必要があります。
node.js (v0.4.12) を正しくインストールし、 command を使用して確認しましたnode -v
。しかし、コマンドを使用してsocket.ioをインストールすると、npm install socket.io
このエラーが発生しました。
npm ERR! install failed Error: Required package: options(latest) not found. (Found: ["0.0.3"])
npm ERR! install failed (required by: ws@0.4.23)
npm ERR! install failed at /usr/share/npm/lib/build.js:192:19
npm ERR! install failed at cb (/usr/share/npm/lib/utils/graceful-fs.js:32:9)
npm ERR! Error: Required package: options(latest) not found. (Found: ["0.0.3"])
npm ERR! (required by: ws@0.4.23)
npm ERR! at /usr/share/npm/lib/build.js:192:19
npm ERR! at cb (/usr/share/npm/lib/utils/graceful-fs.js:32:9)
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm ERR! or email it to <npm-@googlegroups.com>
npm ERR! Just tweeting a tiny part of the error will not be helpful.
npm not ok
どうすれば解決できますか?