Error: Cannot find module ‘../lib/utils/unsupported.js’ while using Ionic

Try to remove /usr/local/lib/node_modules/npm and reinstall node again. This should work.

On MacOS with Homebrew:

sudo rm -rf /usr/local/lib/node_modules/npm
brew reinstall node

Leave a Comment