On my 1.4 Meteor app, after running the following installations:
meteor add react
meteor add izzilab:material-ui
I am getting this error when I try to launch it with meteor:
TypeError: Cannot read property 'displayName' of undefined
at SourceProcessorSet.addLegacyHandler (/tools/isobuild/build-plugin.js:142:27)
at /tools/isobuild/build-plugin.js:172:12
at Function._.each._.forEach (/Users/markdawson/.meteor/packages/meteor-tool/.1.4.1_1.1h0re2h++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
at SourceProcessorSet.merge (/tools/isobuild/build-plugin.js:170:7)
at /tools/isobuild/compiler.js:380:26
at Array.forEach (native)
at /tools/isobuild/compiler.js:376:26
at /tools/utils/buildmessage.js:359:18
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at /tools/utils/buildmessage.js:352:34
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at /tools/utils/buildmessage.js:350:23
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at Object.enterJob (/tools/utils/buildmessage.js:324:26)
at /tools/isobuild/compiler.js:372:16
at /tools/isobuild/compiler.js:179:28
at Object.withCache (/tools/fs/files.js:1585:12)
at /tools/isobuild/compiler.js:178:11
at Array.forEach (native)
at Function._.each._.forEach (/Users/markdawson/.meteor/packages/meteor-tool/.1.4.1_1.1h0re2h++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
at Object.compile (/tools/isobuild/compiler.js:173:5)
at /tools/isobuild/bundler.js:2624:24
at /tools/utils/buildmessage.js:271:13
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at /tools/utils/buildmessage.js:264:29
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at /tools/utils/buildmessage.js:262:18
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at /tools/utils/buildmessage.js:253:23
at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
at Object.capture (/tools/utils/buildmessage.js:252:19)
at bundle (/tools/isobuild/bundler.js:2567:31)
at /tools/isobuild/bundler.js:2514:32
at Object.withCache (/tools/fs/files.js:1585:12)
at Object.exports.bundle (/tools/isobuild/bundler.js:2514:16)
at /tools/runners/run-app.js:582:36
at Function.run (/tools/tool-env/profile.js:489:12)
at bundleApp (/tools/runners/run-app.js:572:34)
at AppRunner._runOnce (/tools/runners/run-app.js:625:35)
at AppRunner._fiber (/tools/runners/run-app.js:884:28)
at /tools/runners/run-app.js:402:12
I am working on a completely clean app with nothing else installed. Any potential workarounds?
On my 1.4 Meteor app, after running the following installations:
meteor add reactmeteor add izzilab:material-uiI am getting this error when I try to launch it with
meteor:I am working on a completely clean app with nothing else installed. Any potential workarounds?