Ionic Dependencies Error

I hust started learning ionic. Help will be appreciated.
I got an error when running “ionic serve”. I tried running npm install and update, but still produces this error.

[16:45:59] src/app/app.component.ts(1,27): error TS2307: Cannot find module ‘@angular/core’.
[16:45:59] src/app/app.module.ts(1,26): error TS2307: Cannot find module ‘@angular/core’.
[16:45:59] src/app/main.dev.ts(1,40): error TS2307: Cannot find module ‘@angular/platform-browser-dynamic’.
[16:45:59] src/pages/about/about.ts(1,27): error TS2307: Cannot find module ‘@angular/core’.

So I ran “npm list” command and found the angular files are located inside “ionic-angular/node_modules”. Should I move it to the main node_modules directory? Thanks.

I’m running the latest version.