ReferenceError: module is not defined, github + error code incluced

Good evening guys,

I just started with meteor and I’m currently working after some tutorial… (https://www.youtube.com/watch?v=7iqdkVwtuvg)

but after I start meteor i get those errors in my terminal:
thank you in advance, you are awesome :smile:

W20150512-22:03:45.788(2)? (STDERR)
W20150512-22:03:45.790(2)? (STDERR) /home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
W20150512-22:03:45.790(2)? (STDERR) throw(ex);
W20150512-22:03:45.790(2)? (STDERR) ^
W20150512-22:03:45.790(2)? (STDERR) ReferenceError: module is not defined
W20150512-22:03:45.790(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:26:1
W20150512-22:03:45.790(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:69:3
W20150512-22:03:45.791(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:222:10
W20150512-22:03:45.791(2)? (STDERR) at Array.forEach (native)
W20150512-22:03:45.791(2)? (STDERR) at Function..each..forEach (/home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150512-22:03:45.791(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:117:5
=> Exited with code: 8
W20150512-22:03:48.834(2)? (STDERR)
W20150512-22:03:48.834(2)? (STDERR) /home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
W20150512-22:03:48.834(2)? (STDERR) throw(ex);
W20150512-22:03:48.835(2)? (STDERR) ^
W20150512-22:03:48.838(2)? (STDERR) ReferenceError: module is not defined
W20150512-22:03:48.838(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:26:1
W20150512-22:03:48.838(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:69:3
W20150512-22:03:48.838(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:222:10
W20150512-22:03:48.838(2)? (STDERR) at Array.forEach (native)
W20150512-22:03:48.838(2)? (STDERR) at Function..each..forEach (/home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150512-22:03:48.838(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:117:5
=> Exited with code: 8
W20150512-22:03:52.264(2)? (STDERR)
W20150512-22:03:52.264(2)? (STDERR) /home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
W20150512-22:03:52.265(2)? (STDERR) throw(ex);
W20150512-22:03:52.265(2)? (STDERR) ^
W20150512-22:03:52.267(2)? (STDERR) ReferenceError: module is not defined
W20150512-22:03:52.268(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:26:1
W20150512-22:03:52.268(2)? (STDERR) at app/node_modules/cordova-plugin-geolocation/src/firefoxos/GeolocationProxy.js:69:3
W20150512-22:03:52.268(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:222:10
W20150512-22:03:52.268(2)? (STDERR) at Array.forEach (native)
W20150512-22:03:52.268(2)? (STDERR) at Function..each..forEach (/home/l455/.meteor/packages/meteor-tool/.1.1.3.4sddkj++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150512-22:03:52.268(2)? (STDERR) at /home/l455/cityforks/.meteor/local/build/programs/server/boot.js:117:5
=> Exited with code: 8
=> Your application is crashing. Waiting for file change.

Almost impossible to help without seeing your code

1 Like

just installed github and uploaded my repository.

:wink:

this line should say this.render and not this.renter. Don’t know if that is what causes your error, though.

I changed it, thank your for the fast respone, but it’s still crashing…

Maybe I installed the cordova geolocation plugin wrong or something like that.
I’ll try to fix it later.

Very cool forum, thank again for the fast response :smile: