score:1

Accepted answer

it might be an error related with gulp and node v12 conflict. if you have the gulp installed globally in your environment and you can uninstall without problems, you can try it. to help with commands, check if you have the gulp installed, typing this in your command line interface:

gulp -v

uninstall your version:

npm uninstall -g gulp 

Related Query

More Query from same tag