-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.stale
Description
What is the problem this feature will solve?
Currently node --run doesn't allow you to specify the working directory to run the command in. This is needed for things like running the new api docs tooling (re #57343)
What is the feature you are proposing to solve the problem?
Something similar to npm's --prefix flag (i.e. npx --prefix <working dir> ... or npm --prefix <working dir> ...)
What alternatives have you considered?
No response
jasnell, mertcanaltin, doradsoft, pieterocp and vanderhoopmertcanaltin and vanderhoop
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.stale
Type
Projects
Status
In Progress