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
You can use the short way for installation dependencies only for development as follows:
npm i -D