node.js npm error message - system cannot find the path specified

前端 未结 6 660
执笔经年
执笔经年 2021-01-18 00:47

I have a strange error message I don\'t understand or can\'t get rid of. Secondly when I try to create express app on webstorm it can\'t find express. I\'m using windows 7 6

6条回答
  •  再見小時候
    2021-01-18 01:25

    For me , Deleting these two folder worked:

    JUST Delete

    C:\Users\yourUserName\AppData\Roaming\npm
    

    AND

    C:\Users\yourUserName\AppData\Roaming\npm-cache
    

提交回复
热议问题