Open markdawson opened 8 years ago
Got same error.
got this error too today, are you still support this package?
Was able to work it out, does not know what exactly I did.
I got the same error, pls help ???
Got the same error, but with other Meteor installations in a tutorial. Any solutions? https://www.twilio.com/blog/2015/07/building-a-group-messaging-app-with-meteor-mongodb-and-twilio.html
You can try my "boilerplate" or just copy my package json and check meteor version. https://github.com/msyahidin/meteor-react-material
Experiencing the same error after I updated from version 1.2.1 to 1.4.2.6; I had already rewritten my React code to extend React.Component instead of React.createClass, I have already attempted to refactor the code to use proper imports, but it won't even build properly thanks to this. Not entirely sure what the cause is either.
I stopped maintain this package long time ago. Sorry about my moving. I will try to fix this problem.
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
:I am working on a completely clean app with nothing else installed. Any potential workarounds?