Node error Cannot read property 'resolve' of undefined

前端 未结 8 2588
遇见更好的自我
遇见更好的自我 2021-02-18 23:28

I am using reactjs and am unable to install any packages using npm install. The error message I\'m getting is :

npm ERR! Cannot read property \'reso         


        
8条回答
  •  一整个雨季
    2021-02-19 00:08

    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)

提交回复
热议问题