hello,
have you installed that on your own? Npm says this package is depricated
Take a look to your package. json, if there is an entry of that, than comment it out and run
npm i
Your Ionic CLI is still outdated. Current version is 4.9.0
Try:
npm rm -g ionic
and
npm i -g ionic
and then
ionic info
In your project, make sure that your package.json corresponds to this file. There shouldn’t be any @ionic/ng-toolkit or @ionic/schematics-angular, only @ionic/angular-toolkit.
Then run:
Hello,
Thanks for your feedback,
I did everything, the package.json are identical.
after npm i
my ionic info gives me the same thing
there is really something wrong
Hi,
I am on windows10 and found that even though I am running the cmdline as administrator installing ionic failed the first time with the message to try as administrator. I tried again immediately and it worked. With npm install @ionic/angular it failed the first time, but this time I had to close the cmdline, open it again and then it worked. I noticed that it started doing this with v4 rc’s.
Do you still get the error? Now ionic info should output ionic (Ionic CLI) : 4.9.0 and only check for @ionic/angular-toolkit and not the other two packages.
I just saw from your output above that you have a local ionic cli. Go to C:\Users\ludo and remove that one. Make sure it uses the ionic cli from C:\Users\ludo\AppData\Roaming\npm\node_modules\ionic\bin\ionic (where global installations of node modules are).