I am trying to start an angular 4 application, but I keep getting this error
ERROR in Could not resolve module @angular/core
There are no other errors. There are no dependency errors. @ angular / core exists in the node_modules folder. I tried with the installation of @ angular / cli and without, but did not affect this error. I am not sure how to solve this. This happens on my amazon ec2 machine, but not on my local Mac machine. The versions of the libraries are the same.
Any help would be appreciated. Thanks.
source share