In my case, I had a very old version of npm. Upgrading npm using sudo npm install npm -g
fixed the problem for me. Additionally I also did rm -rf node_modules
and npm cache clean
and npm config set registry "http://registry.npmjs.org/"
In my case, I had a very old version of npm. Upgrading npm using sudo npm install npm -g
fixed the problem for me. Additionally I also did rm -rf node_modules
and npm cache clean
and npm config set registry "http://registry.npmjs.org/"