You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the build on Node 4 / npm 3 fails due to unsatisfied peer deps. As tests pass with npm 3, we decided to update the npm requirement to 3+ and test whether the build passes again.
- updated .travis.yml to ensure npm3 for tests #35
- explicitly set various config files in strict mode to silence errors about unsupported keywords (let, const, ...) on Node 4
Currently the build on Node 4 / npm 3 fails due to unsatisfied peer deps. As tests pass with npm 3, we decided to update the npm requirement to 3+ and test whether the build passes again.
The general issue with unsatisfied peer deps is discussed in this issue react-webpack-generators/generator-react-webpack#252.
The text was updated successfully, but these errors were encountered: