kickstart-mantrajs-webpack
kickstart-mantrajs-webpack copied to clipboard
Doesn't work with Meteor 1.3?
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?
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.