npm version is not compatible with node.js version

Well i face the same problem today after install ubuntu 19.10. and i solve this by updating npm using below command

npm install -g npm@latest

For more details you can check this issue in github

npm version issue

Hope it will help