-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
-g option for global packages #63
Labels
enhancement
New feature or request
Comments
Doesn't seem to support pnpm currently. |
The loadGlobalPnpmPackage method throws an exception Current environment
Reason |
Also, does not work on Node 22 when PS C:\Windows\System32> taze -g
TypeError: Cannot convert undefined or null to object
at Function.entries (<anonymous>)
at loadGlobalNpmPackage (file:///C:/Users/User/.bun/install/global/node_modules/taze/dist/cli.mjs:942:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async checkGlobal (file:///C:/Users/User/.bun/install/global/node_modules/taze/dist/cli.mjs:850:22)
at async Object.handler (file:///C:/Users/User/.bun/install/global/node_modules/taze/dist/cli.mjs:1060:18) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clear and concise description of the problem
There is no way to check updates for packages installed in a global scope (
npm/pnpm install * -g
).Suggested solution
Add
-g
option to check/write updates for packages installed globally.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: