kickstart-mantrajs-webpack icon indicating copy to clipboard operation
kickstart-mantrajs-webpack copied to clipboard

Doesn't work with Meteor 1.3?

Open gsabran opened this issue 8 years ago • 1 comments

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?

gsabran avatar Apr 18 '16 00:04 gsabran

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.

bjimdar avatar May 24 '16 16:05 bjimdar