Created by: paulca55
I've found (for me) that installing gulp 4.0.0 in a folder which doesn't have a gulpfile.js
file created but does have a gulpfile.js
file and a node_modules
folder in any parent folder, that running gulp --version
will report the local gulp version in the parent folder. Simply creating a blank gulpfile.js
in the working directory fixes this for me. I hope this makes sense I'm by no means an expert.