On windows for some reason when I run npm install it won\'t install devDependencies. AFAIK it should. If I run npm install --dev <
npm install
npm install --dev
make sure you don't have env variable NODE_ENV set to 'production'.
NODE_ENV
If you do, dev dependencies will not be installed without the --dev flag
--dev