This is what worked for me I uninstalled NodeJS Then installed NVM which allows you to install multiple NodeJS So switched to NodeJS version 12.0.0 and error was solved
nvm install 12.0.0 nvm use 12.0.0