travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

handle npm update -g with linked modules #101

Closed travi closed 9 years ago

travi commented 9 years ago

update fails on linked packages because it sees them as globally installed

travi commented 9 years ago

this appears to be fixed in npm 3: https://github.com/npm/npm/issues/7504