Error: Cannot find module ‘../lib/cli’

My solution was to just delete the directory /node_modules/ and to make a fresh install afterwards with npm install.

Leave a Comment