Hashnode / mern-cli

⛔️ DEPRECATED - A cli tool for getting started with MERN
http://mern.io/
MIT License
572 stars 149 forks source link

Dependancy issue #18

Closed custa1200 closed 8 years ago

custa1200 commented 8 years ago

When I followed the instructions for MERN-CLI I get the following on OS X 10.11.6

├─┬ UNMET PEER DEPENDENCY webpack@2.1.0-beta.20

Also it would make sense in the instructions to tell people to install Mongo before the GIt commands rather than after.

somus commented 8 years ago

This warning occurs because some of the packages mentioned webpack 1 as peer dependency, but we are using webpack 2.

I'll mention that MongoDB as a requirement in the readme. Thanks for the suggestion.