Just try to upgrade your current node version code example
Example 1: Please update your node with version 8.11.3 or greater (but not version 10)
nvm install v14.15.0
Example 2: how to update node in ubuntu 18.04
sudo npm cache clean -f
sudo npm install -g n
sudo n stable