Hi,
Meteor doesn’t work anymore. It fails to resolve its own packages in the browser.
I had to downgrade from 1.4.3.1 after troubles with ecmascript@0.6.3 to 1.4.2.7 and ecmascript@=0.6.1 but now I get just errors in the browser when I started my meteor application. It is always an issue with meteor packages which can’t be resolved.
I tried:
- meteor reset
- meteor npm cache clean
- delete node_modules and reinstalled everything
- removed .meteor/local
- …
Nothing worked. Does anybody have an idea?
Here are the error logs from the browser console:
Uncaught SyntaxError: Unexpected token import
es5-shim.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at es5-shim.js:17
at es5-shim.js:2789
promise.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at promise.js:17
at promise.js:581
ecmascript-runtime.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at ecmascript-runtime.js:17
at ecmascript-runtime.js:4630
babel-runtime.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at babel-runtime.js:17
at babel-runtime.js:160
random.js:18 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at random.js:18
at random.js:355
mongo-id.js:19 Uncaught TypeError: Cannot read property 'Random' of undefined
at mongo-id.js:19
at mongo-id.js:142
geojson-utils.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at geojson-utils.js:17
at geojson-utils.js:439
minimongo.js:23 Uncaught TypeError: Cannot read property 'MongoID' of undefined
at minimongo.js:23
at minimongo.js:3917
check.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at check.js:17
at check.js:583
retry.js:18 Uncaught TypeError: Cannot read property 'Random' of undefined
at retry.js:18
at retry.js:110
ddp-common.js:17 Uncaught TypeError: Cannot read property 'check' of undefined
at ddp-common.js:17
at ddp-common.js:493
reload.js:18 Uncaught TypeError: Cannot read property 'Symbol' of undefined
at reload.js:18
at reload.js:309
ddp-client.js:17 Uncaught TypeError: Cannot read property 'check' of undefined
at ddp-client.js:17
at ddp-client.js:4985
ddp.js:14 Uncaught TypeError: Cannot read property 'DDP' of undefined
at ddp.js:14
at ddp.js:27
allow-deny.js:18 Uncaught TypeError: Cannot read property 'LocalCollection' of undefined
at allow-deny.js:18
at allow-deny.js:536
mongo.js:17 Uncaught TypeError: Cannot read property 'AllowDeny' of undefined
at mongo.js:17
at mongo.js:909
localstorage.js:17 Uncaught TypeError: Cannot read property 'Random' of undefined
at localstorage.js:17
at localstorage.js:93
accounts-base.js:20 Uncaught TypeError: Cannot read property 'Random' of undefined
at accounts-base.js:20
at accounts-base.js:1285
srp.js:17 Uncaught TypeError: Cannot read property 'Random' of undefined
at srp.js:17
at srp.js:1445
accounts-password.js:17 Uncaught TypeError: Cannot read property 'Accounts' of undefined
at accounts-password.js:17
at accounts-password.js:321
aldeed_simple-schema.js:20 Uncaught TypeError: Cannot read property 'check' of undefined
at aldeed_simple-schema.js:20
at aldeed_simple-schema.js:3142
aldeed_collection2-core.js:17 Uncaught TypeError: Cannot read property 'SimpleSchema' of undefined
at aldeed_collection2-core.js:17
at aldeed_collection2-core.js:721
aldeed_schema-index.js:17 Uncaught TypeError: Cannot read property 'Collection2' of undefined
at aldeed_schema-index.js:17
at aldeed_schema-index.js:130
aldeed_schema-deny.js:17 Uncaught TypeError: Cannot read property 'Collection2' of undefined
at aldeed_schema-deny.js:17
at aldeed_schema-deny.js:76
jquery.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at jquery.js:17
at jquery.js:10421
meteorhacks_kadira.js:18 Uncaught TypeError: Cannot read property 'Random' of undefined
at meteorhacks_kadira.js:18
at meteorhacks_kadira.js:1084
http.js:19 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at http.js:19
at http.js:345
meteorhacks_kadira-profiler.js:17 Uncaught TypeError: Cannot read property 'HTTP' of undefined
at meteorhacks_kadira-profiler.js:17
at meteorhacks_kadira-profiler.js:51
reactive-dict.js:21 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at reactive-dict.js:21
at reactive-dict.js:375
session.js:18 Uncaught TypeError: Cannot read property 'ReactiveDict' of undefined
at session.js:18
at session.js:98
kadira_debug.js:18 Uncaught TypeError: Cannot read property 'Random' of undefined
at kadira_debug.js:18
at kadira_debug.js:922
webapp.js:18 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at webapp.js:18
at webapp.js:70
livedata.js:14 Uncaught TypeError: Cannot read property 'DDP' of undefined
at livedata.js:14
at livedata.js:31
autoupdate.js:19 Uncaught TypeError: Cannot read property 'Retry' of undefined
at autoupdate.js:19
at autoupdate.js:206
global-imports.js:3 Uncaught TypeError: Cannot read property 'Mongo' of undefined
at global-imports.js:3
app.js:1 Uncaught ReferenceError: meteorInstall is not defined
at app.js:1
service-configuration.js:17 Uncaught TypeError: Cannot read property 'Accounts' of undefined
at service-configuration.js:17
at service-configuration.js:77
mdg_validation-error.js:17 Uncaught TypeError: Cannot read property 'SimpleSchema' of undefined
at mdg_validation-error.js:17
at mdg_validation-error.js:93