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

后端 未结 12 2117
星月不相逢
星月不相逢 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:28

    Assume this happens on MacOS, below solution works for me.

    1. brew uninstall --force node
    2. Visit https://nodejs.org/en/ and download the LTS version and install, the error was gone

提交回复
热议问题