The error happens in the terminal when deploying the theme/Extension.

Method 1:
In the terminal run, command nvm install 12.21.0
then run command
gulp theme:deploy ( if the error appears in the theme )
gulp extension:deploy (if the error appears in the extension)
Method 2:
- delete
node-modulesfolder - run command
npm cache clean --force - run command
npm install - run command nvm install 12.21.0
- run command gulp theme:deploy or
gulp extension:deploy