You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind pho is incredible. However, despite multiple attempts, I can't get anything to run. Following your Getting Started guide, while running the gulp command I get the following error:
C:\code\pho>gulp
C:\code\pho\node_modules\socket.io\lib\store.js:35
Store.prototype.__proto__ = EventEmitter.prototype;
^
TypeError: Cannot read property 'prototype' of undefined
at Object.<anonymous> (C:\code\pho\node_modules\socket.io\lib\store.js:35:42)
at Module._compile (module.js:662:30)
at Object.Module._extensions..js (module.js:673:10)
at Module.load (module.js:575:32)
at tryModuleLoad (module.js:515:12)
at Function.Module._load (module.js:507:3)
at Module.require (module.js:606:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\code\pho\node_modules\socket.io\lib\manager.js:16:13)
at Module._compile (module.js:662:30)
This is a fresh install, and node/npm is up-to-date.
The text was updated successfully, but these errors were encountered:
The idea behind pho is incredible. However, despite multiple attempts, I can't get anything to run. Following your Getting Started guide, while running the
gulp
command I get the following error:This is a fresh install, and node/npm is up-to-date.
The text was updated successfully, but these errors were encountered: