Closed 191205 closed 5 years ago
I'm unable to reproduce this. Can you provide your node and gulp versions?
I ran into this too after I tried to update gulp
after running npm audit
. The quick workaround would be to run: ./node_modules/.bin/gulp build
instead of: gulp build
so that you'd be using the local "gulp": "^3.9.1",
specified in package.json
.
Details
Trying to install with issuing gulp install
Output