transistorsoft / background-geolocation-console

A field-testing & analysis server for the Background Geolocation plugin
MIT License
150 stars 157 forks source link

Module not found: event-emitter #38

Closed markacianfrani closed 7 years ago

markacianfrani commented 7 years ago

Node version: 8.7.0

Getting this error trying to npm run server:

ERROR in ./src/client/globalBus.js Module not found: Error: Can't resolve 'event-emitter' in '/Users/mark/Desktop/background-geolocation-console/src/client' @ ./src/client/globalBus.js 1:0-36 @ ./src/client/components/ListView.js @ ./src/client/components/Viewport.js @ ./src/client/main.js @ multi webpack-hot-middleware/client?path=/__webpack_hmr&timeout=20000 react-hot-loader/patch ./main.js

davidroman0O commented 7 years ago

Same error for me! @christocracy any idea ? :)

ERROR in ./src/client/globalBus.js
Module not found: Error: Can't resolve 'event-emitter' in '/Users/labs/background-geolocation-console-master/src/client'
 @ ./src/client/globalBus.js 1:0-36
 @ ./src/client/components/MapView.js
 @ ./src/client/components/Viewport.js
 @ ./src/client/main.js
 @ multi webpack-hot-middleware/client?path=/__webpack_hmr&timeout=20000 react-hot-loader/patch ./main.js

node version : 6.11.0

christocracy commented 7 years ago

Confirmed and fixed in master.

davidroman0O commented 7 years ago

Thx a lot @christocracy