Angular - CodeAnywhere - You seem to not be depending on “@angular/core”. This is an error
问题 Hey im trying to install Angular Cli but i keep getting failed package install. Then i try to start the server and it says You seem to not be depending on "@angular/core". This is an error. 回答1: Check if you're in the project folder in terminal 回答2: first check the node node -v and npm are install correctly npm -v then try again with npm install -g npm@latest then you add it in ts file const _core = require("@angular/core"); 回答3: First ensure you have @angular/core install, else run: npm