-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't backup global npm packages? #61
Comments
That sounds right to me. Want to open a PR? @NightMachinary |
Then what does it backup from npm?!
…On Sat, Sep 1, 2018 at 5:27 AM Aaron Lichtman ***@***.***> wrote:
That sounds right to me. Want to open a PR? @NightMachinary
<https://github.com/NightMachinary>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aii--slX0HB7cpNKu7UYqAVI-A0y7A-Zks5uWduGgaJpZM4WV_SA>
.
|
Honestly, I'm not really a node developer and don't work with npm that much. It looks like it backs up local node modules (so, goes up through the file tree until it finds a That's an oversight on my part, and should be fixed. |
@NightMachinary Y'know.. it's open source for a reason |
Can I work on this ? |
Go for it, @kamidipreetham. I think the correct fix was suggested by @NightMachinary, so try that out and see if it solves the bug. |
The program needs to run
npm ls --parseable=true -g
instead of justnpm ls --parseable=true
to list global packages.The text was updated successfully, but these errors were encountered: