[idea] package.json scripts runner #4040
Closed
escaton
started this conversation in
Feature Request
Replies: 1 comment
-
This is out of scope of this project. Try node v22 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The ecosystem is currently suffering from a slow invocation of scripts in the
package.json
.Both Yarn and npm add significant overhead to startup time just because they need to start
node
and load their own code for that.Here is for example the Yarn's issue, where they are researching the problem: yarnpkg/berry#2575
Tl;DR — there are no easy solutions for yarn. The same goes for npm.
As far as I know, the spot for such a quick standalone script runner is free.
Do you think implementing one fits the Oxc philosophy?
Beta Was this translation helpful? Give feedback.
All reactions