Please try installing the npm on a project folder. I had installed npm globally but installing the npm once again on a solution folder fixed my issue.
npm install in the project folder will do the trick. Then do ng serve -o
Please try installing the npm on a project folder. I had installed npm globally but installing the npm once again on a solution folder fixed my issue.
npm install in the project folder will do the trick. Then do ng serve -o