You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this as its seems to have been caused by some issue with the installation of rimraf.
I had other issues with rimraf, including:
I noticed rimraf wasn't showing up when running npm list -g --depth=0
I was getting command not found when trying to run it.
No idea what the underlying problem was or why calling the update command differently worked, probably was just coincidence I likely did something between the two runs that fixed it without realising.
Attempting to update all globally installed packages.
npm outdated
shows:Current Behavior
The example given in docs doesn't work
npm update -g
No action take by npm.
No console output shown
However, putting the global flag up front works.
npm -g update
globally installed packages successfully updated.
npm outdated
now showsnpm list -g --depth=0
returns
Failing command behaved same on V6.4.1 and V6.13.7
Successful command only tried on 6.13.7.
I'll raise a seperate bug report for versions not all having gone to latest.
The text was updated successfully, but these errors were encountered: