I have just installed Gulp in a fresh, empty project and followed the instructions in the getting started guide. I'm not sure if I've done it right or not though as after running npm init
and npm install --save-dev gulp
I had a very large node_modules
folder (198 items) and package-lock.json
file (2419 lines).
Is this normal or have I gone wrong somewhere?