Skip to content
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

[feat] Provide a standard way to get global and npx temporary node_modules #52021

Open
JounQin opened this issue Mar 9, 2024 · 1 comment
Open
Labels
feature request Issues that request new features to be added to Node.js. npm Issues and PRs related to the npm client dependency or the npm registry.

Comments

@JounQin
Copy link
Contributor

JounQin commented Mar 9, 2024

What is the problem this feature will solve?

It's very common to run tools in global or npx temporary installation mode.

But it's hard to resolve other modules inside.

I know there is global-directory, but it's buggy on Alpine conventional-changelog/commitlint#3947 (comment)

And also I know there is global-modules, but it seems unmaintained for 6 years.

And also, we can't get npx temporary node_modules.

So I hope we can provide a standard way for resolving these issues.

What is the feature you are proposing to solve the problem?

As title

What alternatives have you considered?

N/A

@JounQin JounQin added the feature request Issues that request new features to be added to Node.js. label Mar 9, 2024
@RedYetiDev
Copy link
Member

@nodejs/npm

@RedYetiDev RedYetiDev added the npm Issues and PRs related to the npm client dependency or the npm registry. label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. npm Issues and PRs related to the npm client dependency or the npm registry.
Projects
Status: Pending Triage
Development

No branches or pull requests

2 participants