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

  1. Uninstall node brew uninstall --force node
  2. Remove the /usr/local/lib/node_modules folder
  3. Install it again brew install node

Leave a Comment