I just updated angular cli from 1.4.9 to 1.6.7 globally and in my project per the instructions and got an error: `Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'` Fixed by deleting `package-lock.json` and re-running `npm install`.