Is there a command to show all global packages of all the different node versions? #888
Unanswered
tallevi008
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No, there is no command for that. I don't think any version managers have a feature like this... yet. This is something that's part of a reporting package planned for Runtime, but it won't be ready until Q1 next year. The only way to get that information right now would be to write a custom script to scan your modules. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using nvm4W v 1.1.10.
Windows 10 Home version 21H1
OS build 19043.2130
I have installed two versions of node * 18.12.1 and 16.18.1
When I was on version 18 I installed nodemon globally but I can only see info regarding nodemon only when I am on that version.
I noticed that it was installed only in the node modules of that version: "C:\Users\Testo\AppData\Roaming\nvm\v18.12.1\node_modules\nodemon"
I wish to be organized and aware for all me global packages.
Is there a command to show me all the global packages that I installed in all the different node version or at least a way to create shared global npm packages folder for all node versions?
Thanks,
Tal
Beta Was this translation helpful? Give feedback.
All reactions