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
$ git clone https://github.com/outsideris/popularconvention.git
$ cd popularconvention
$ npm install
audited 253 packages in 2.032s
found 43 vulnerabilities (17 low, 12 moderate, 14 high)
run `npm audit fix` to fix them, or `npm audit` for details
$ bower install
$ coffee server.coffee --nodejs
TypeError: process.EventEmitter is not a constructor
at Object.<anonymous> (/popularconvention/node_modules/restler/lib/restler.js:91:21)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (/popularconvention/src/timeline.coffee:4:13)
at Object.<anonymous> (/popularconvention/src/timeline.coffee:69:4)
I did:
I also tried to write a
docker-compose
:Which with I get this:
Is someone experiencing the same issues?
The text was updated successfully, but these errors were encountered: