-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
material-ui-leaderboard : Update to release [email protected] is impossible: #111
Comments
I had a similar problem and this fixed it for me: From https://forums.meteor.com/t/public-release-candidate-of-meteor-1-2/8986/77
|
I have the same problem as @lc3t35. The solution of @elie222 didn´t work for me. After trying it, i got the following message:
|
Also trying to update my react/meteor app to 1.2 so I've tried to build the material-ui example here but getting this error after updating to 1.2:
|
@rogchap this has now been fixed with the update to "material-ui": "0.12.0", |
i now have
|
@payner35 I don't think this is specific to material-ul, but rather the In Meteor react is loaded via a meteor package, where normally react would be loaded via npm, therefore when we install a react npm package it can't find the dependency on react. I did get this working by adding react to my Doing this though, means react is "downloaded" twice... not so good. |
Updated the example apps to Meteor 1.2.0.2! |
i'm trying to get v0.12.1 to work with meteor 1.2.0.2, but i'm getting package errors, then peerdependencies errors, and now styling errors... can someone please explain this with some code? i'm getting errors all over and i can't seem to figure out wtf i'm doing wrong here: packages.json:
browserify.options.json
browserify.js
i know that my ThemeManager setup is wrong...* but i can't figure out from the MUI docs how to make this work with meteor. @stubailo are the example apps working with material-ui 0.12.1 ? current error:
previously i was getting errors about please help. i'm pretty lost right now. |
Can you start a separate issue for this? This issue was just about the example not working with meteor 1.2. |
FYI -- i figured out the problem and posted a repo meteor-material-ui-example |
@rkstar Thx, your configuration works great ! |
npm-container/package.js should be modified to allow meteor update in material-ui-leaderboard example :
The text was updated successfully, but these errors were encountered: