I'm new to angular 7, I used angular 2 2 years ago.. I just installed angular/cli and add it to my path.
Then, i tried a ng new helloworld to test but i get this error :
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor
npm ERR! code ETARGET
npm ERR! notarget No matching version for @angular-devkit/[email protected] (or other packages, it depends, can be in @angular-devkit/[email protected] or @ngtools/[email protected]; ...)
Which is strange, because when i look in the package.json of @angular-devkit, core version declared is 7.0.3...
Can someone help me please?
Thanks
npm show @angular-devkit/core version
, is the version 7.0.4 shown in the list? – user184994npm config get registry
– user184994