You are using Node v13.3.0. Node.js 13.x has already reached end-of-life and will not be supported in future major releases. It's strongly recommended to use an active LTS version instead. code example
Example: update node js version ubuntu
sudo npm cache clean -f
sudo npm install -g n
sudo n stable