Not able to fetch the extension using gulp extension:fetch.
Some error is showing when using this fetch command.

Solution:
To resolve this,
First uninstall the currently using node version and re-install it.
nvm uninstall <version>
nvm install <version>
Then try to fetch again.