After $npm install, Getting Error: Cannot find module '../lib/utils/unsupported.js'

后端 未结 12 2127
星月不相逢
星月不相逢 2021-02-03 21:52

I just came back to work on a React project after working in the Rails environment and found that I cannot run any NPM commands in my Mac terminal. I\'ve tried all the remedies

12条回答
  •  长发绾君心
    2021-02-03 22:34

    Remove all file from following folder

    A)C:\Users\\AppData\Roaming\npm

    B)C:\Users\\AppData\Roaming\npm-cache

    and install node again

    then execute command "npm install -g @angular/cli"

提交回复
热议问题