Ran this...
npm update -g ionic@latest --save
removed 1499 packages, and audited 2 packages in 13s
found 0 vulnerabilities
The batch file cannot be found.
Now getting this...
npm -v
npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program.
What in gods name happened. Why did npm uninstall itself and everything else after this command? I ran this from my project directory, so there's a package.json
it should see, but I'm running it globally anyways with the -g
flag, so huh?