I got an error when I importing the MaterializeModule. My project is using meteorjs and angular2. is this a js compiler issue?
Here's the error in the Browser:
modules.js:88375 Uncaught SyntaxError: Unexpected token export
es5-shim.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at es5-shim.js:17
at es5-shim.js:2792
promise.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at promise.js:17
at promise.js:585
babel-runtime.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at babel-runtime.js:17
at babel-runtime.js:163
ecmascript-runtime-client.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at ecmascript-runtime-client.js:17
at ecmascript-runtime-client.js:110
ejson.js:18 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at ejson.js:18
at ejson.js:861
diff-sequence.js:18 Uncaught TypeError: Cannot read property 'EJSON' of undefined
at diff-sequence.js:18
at diff-sequence.js:297
geojson-utils.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at geojson-utils.js:17
at geojson-utils.js:442
id-map.js:18 Uncaught TypeError: Cannot read property 'EJSON' of undefined
at id-map.js:18
at id-map.js:123
random.js:18 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at random.js:18
at random.js:371
mongo-id.js:17 Uncaught TypeError: Cannot read property 'EJSON' of undefined
at mongo-id.js:17
at mongo-id.js:142
minimongo.js:17 Uncaught TypeError: Cannot read property 'DiffSequence' of undefined
at minimongo.js:17
at minimongo.js:5100
check.js:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at check.js:17
at check.js:586
retry.js:18
I got an error when I importing the MaterializeModule. My project is using meteorjs and angular2. is this a js compiler issue?
Here's the error in the Browser:
here's my package.json