socket.ioを使ったプログラムをnode.jsで実行すると以下のようなメッセージがでます。
https://teratail.com/questions/327371 ←の続き・・
「TypeError: Cannot read property 'prototype' of undefined」と出るのですが
動かすために以下以外に、何かprototype用に追加でインストールが必要なのでしょうか・・?
npm init -y
npm install websocket.io
<実行メッセージ>
~/testn/tGame$ node gameServer.js
/home/test/testn/tGame/node_modules/websocket.io/lib/socket.js:49
Socket.prototype.proto = EventEmitter.prototype;
TypeError: Cannot read property 'prototype' of undefined
at Object.<anonymous> (/home/test/testn/tGame/node_modules/websocket.io/lib/socket.js:49:43)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/home/test/testn/tGame/node_modules/websocket.io/lib/protocols/drafts.js:12:14)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。