To solve the issue, first we have to check the node.js and gulp.js versions. If you are using Node.js 12 and Gulp.js 3. That combination does not work….Either upgrade to Gulp.js 4 or downgrade to an earlier version of Node.js.
Then try to find the version of nvm. If the installed nvm version is 12.21.0. Instead of using nvm install 12.21.0 we have to use nvm install 6.11.3
Then try to run in gulp local. This error will not repeat again in gulp local
