I’m struggling with angular versions and packages.
I’ve been trying to uninstall angular/cli but not to avail. Here are my commands
pwsh> npm ls -g --depth=0
C:UserssyntaAppDataRoamingnpm
+-- @angular/[email protected]
`-- @microsoft/[email protected]
pwsh> npm uninstall -g @angular/[email protected]
up to date in 252ms
pwsh> npm ls -g --depth=0
C:UserssyntaAppDataRoamingnpm
+-- @angular/[email protected]
`-- @microsoft/[email protected]
pwsh> npm cache verify
Cache verified and compressed (~AppDataLocalnpm-cache_cacache)
Content verified: 639 (25747808 bytes)
Index entries: 639
Finished in 1.829s
pwsh> npm ls -g --depth=0
C:UserssyntaAppDataRoamingnpm
+-- @angular/[email protected]
`-- @microsoft/[email protected]
It seems I can’t get rid of this package…
Any advice?