Cannot find module '../lib/completion' Inspite of installing Completion
I removed the entire node_modules/ folder, and did a reinstall, which solved the problem.
I was unable to determine the cause of the issue. However, an uninstall then reinstall of gulp
solved it.
Uninstall:
npm uninstall gulp --save
Re-install:
npm install gulp --save