The following error repeatedly occurs on the ng serve once the updating task to Angular 6.0.1 is completed.
Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName".
Error: Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName".
at Object.resolve (/home/Projects/myProjectName/node_modules/@angular-devkit/core/node/resolve.js:141:11)
at Observable.rxjs_1.Observable [as _subscribe] (/home/Projects/myProjectName/node_modules/@angular-devkit/architect/src/architect.js:132:40)
However, all is in order as shown on the screen after the ng update. Trying to use folders like the deleting node_modules along with a new npm installation has not given any results yet and is not helping. Could someone please help me with this?