I am using reactjs and am unable to install any packages using npm install. The error message I\'m getting is :
npm install
npm ERR! Cannot read property \'reso
The problem may occur if you are using node version manager(nvm) try uninstalling it , i had the same issue and i uninstalled nvm and tried it .
Worked with all versions of node . (worked fine with node 10.15.3,10.16 and 12.7)