nodist icon indicating copy to clipboard operation
nodist copied to clipboard

nodist installed npm v5.x not saving global dependencies

Open nwayve opened this issue 7 years ago • 1 comments

With the release of npm v 5.x there are some breaking changes that might be contributing to this, not sure. http://blog.npmjs.org/post/161081169345/v500

I've done nodist npm + 5.x to get up to (as of this issue) npm version 5.0.3 If I do npm i -g gulp (assume gulp not installed globally) a rollbackFailedOptional: verb npm-session line is spit up and then goes back to prompt gulp not installed globally

I can nodist npm 4.x to get the latest v4, do the same steps and it does get installed globally.

nwayve avatar Jun 08 '17 16:06 nwayve

Hey @nwayve! Thank you for reporting this. I will investigate ASAP.

marcelklehr avatar Jun 11 '17 20:06 marcelklehr

Works as expected in v.10.3

Mairu avatar Dec 09 '23 10:12 Mairu