akanix42 / meteor-css-modules

MIT License
92 stars 19 forks source link

working example with latest meteor version #109

Open raza2022 opened 6 years ago

raza2022 commented 6 years ago

Hi @nathantreid Thanks for all your great work for community. I just wanna to upgrade my existing meteor project but it messed up with your module whenever i tried. I just tested with a new meteor project but didn't succeeded here is the link of test repo https://github.com/raza2022/meteor-react-toolbox so can you please update your meteor react-toolbox example with latest version Thanks in advance

akanix42 commented 6 years ago

This is a known issue - it appears to be a bug in Meteor 1.6, which is being tracked here: https://github.com/meteor/meteor/issues/9305. For now I recommend staying on Meteor 1.5.x as react-toolbox (and other npm packages that rely on CSS modules) will not work on 1.6.0.

raza2022 commented 6 years ago

@nathantreid Thanks so I just updated till 1.5 for my existing project but got error too. here is what i done step by step. meteor update --release 1.5 that done successfully and now meteor release showing version is METEOR@1.5 project started successfully too which is good . The wired error comes in browser only which is attached in pic browsererror I searched and tried all what i found related to that error but didn't found much about that error. Can you please give some advice or hint, which will be greatly appreciated Thanks