I had npm problems,While initializing nodejs project,And while installing npm packages.
There are 2 ways to fix it.
FIRST WAY
Change permissions, or ownership of npm.This will work, only if you are having such errorwhen you are not using sudo with npm.link showing how to change npm permission
SECOND WAY
I had this error because of nvm,
- Uninstall nodejs and npm
- Uninstall nvm
- Install nodejs & npm by following command:
sudo apt install nodejs npm