How to solve “node_modules are empty”?

2019-05-29 00:55发布

问题:

While using ng serve on my local, the error is

node_modules are empty.

Already checked with npm install -g @angular/cli, i think there is some issue with my installation for node, npm, or angular-cli.

But i could not get the proper reason.