poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.
15 stars 6 forks source link

CI fails with 'cannot find module "redux"' #21

Closed leonidez closed 8 years ago

leonidez commented 8 years ago

Solution in our app was to add this line to the dependencies hash in package.json.

"redux": "^2.0.0 || ^3.0.0",

Chun-Yang commented 8 years ago

Done