SyntaxFix
Write A Post
Hire A Developer
Questions
Faced this issue when I ran npm install using a lower version of node. Then later when I upgraded to latest version of node and ran gulp, it has shown this error.
npm install
gulp
To resolve, deleted node_modules and re-ran npm install. Then gulp ran fine.