I am encountering an issue when trying to launch my clean UI theme using 'ng serve'. This is my first time working with Angular and I'm struggling to resolve this problem. Any assistance would be greatly appreciated. I have attempted re-installing npm by running 'npm install' and also tried re-installing the Angular CLI client. If anyone has any advice or guidance on how to fix this, please let me know.
Error: Cannot find module 'ng-factory' from '/home/varun/Documents/WorkSpace/EasyRyde/cleanui-Mywork'
at Function.module.exports [as sync] (/usr/lib/node_modules/ng-cli/node_modules/resolve/lib/sync.js:40:15)
at module.exports (/usr/lib/node_modules/ng-cli/node_modules/resolve-require/lib/index.js:10:24)
at Command.<anonymous> (/usr/lib/node_modules/ng-cli/lib/index.js:49:5)
at Command.listener (/usr/lib/node_modules/ng-cli/node_modules/commander/index.js:315:8)
at emitTwo (events.js:126:13)
at Command.emit (events.js:214:7)
at Command.parseArgs (/usr/lib/node_modules/ng-cli/node_modules/commander/index.js:651:12)
at Command.parse (/usr/lib/node_modules/ng-cli/node_modules/commander/index.js:474:21)
at Object.<anonymous> (/usr/lib/node_modules/ng-cli/lib/index.js:55:9)
at Module._compile (module.js:643:30)`enter code here`