We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run a script X from the package.json using yarn run X or yarn X, it takes at least a second everytime.
yarn run X
yarn X
Is this normal ? will it always be this way ?
I understand that parsing the package takes some time. But one second seems like a lot. For quick CLIs the 1 seconds adds up.
yarn run
System: OS: Linux 5.13 Ubuntu 21.10 21.10 (Impish Indri) CPU: (8) x64 Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz Binaries: Node: 14.16.0 - /tmp/xfs-17322638/node Yarn: 3.0.2 - /tmp/xfs-17322638/yarn npm: 7.20.5 - ~/.local/share/nvm/v14.16.0/bin/npm
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #2575
Sorry, something went wrong.
No branches or pull requests
Self-service
Describe the bug
When I run a script X from the package.json using
yarn run X
oryarn X
, it takes at least a second everytime.Is this normal ? will it always be this way ?
I understand that parsing the package takes some time. But one second seems like a lot. For quick CLIs the 1 seconds adds up.
To reproduce
yarn run
Environment
System: OS: Linux 5.13 Ubuntu 21.10 21.10 (Impish Indri) CPU: (8) x64 Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz Binaries: Node: 14.16.0 - /tmp/xfs-17322638/node Yarn: 3.0.2 - /tmp/xfs-17322638/yarn npm: 7.20.5 - ~/.local/share/nvm/v14.16.0/bin/npm
Additional context
No response
The text was updated successfully, but these errors were encountered: