前提・実現したいこと
ここに質問の内容を詳しく書いてください。
(例)PHP(CakePHP)で●●なシステムを作っています。
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
websoket をnode.jsで実現したくてサンプルコードを書いたところモジュール不足と言われ インストールしたいのですが npm install websoket.io が出来ません。。 npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/websoket.io - Not found npm ERR! 404 npm ERR! 404 'websoket.io@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) 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! /home/test/.npm/_logs/2021-03-12T00_52_09_275Z-debug.log
該当のソースコード
Node.js
1※プログラム3本:gameServer.js gameClient.js gameClient.html (日経本のオンライン対戦型卓球ゲームを作ろうを写経)
試したこと
npm init -y
npm install websoket.io ⇒ エラーになります。 違うコマンド?
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/12 01:31
2021/03/12 01:34 編集
2021/03/12 01:35
2021/03/12 01:40
2021/03/12 02:13