mantrajs / kickstart-mantrajs-webpack

Kickstart application with Mantrajs and meteor-webpack
45 stars 12 forks source link

Doesn't work with Meteor 1.3? #12

Open gsabran opened 8 years ago

gsabran commented 8 years ago

After running meteor upgrade, the app doesn't work and raises the error:

Error: Can't find npm module 'react-addons-transition-group'. Did you forget to call 'Npm.depends' in package.js within the 'modules-runtime' package?

Is it supposed to work with Meteor 1.3?

bjimdar commented 8 years ago

Yea I had this problem too. Looks like there's some missing npm peer dependencies introduced with a version of the React Meteor packages after the last update of this sample (15.x)

You can try executing the npm commands yourself:

meteor npm install --save react react-addons-pure-render-mixin meteor add react-meteor-data

Or you might see the pull request from my fork.