Razzle and yarn long startup time #2364
Answered
by
merceyz
icyrockcom
asked this question in
Q&A
-
Trying to use razzle (3.3.11) with yarn (2.4.0)
Is it expected for it to take 7+s to start up / any ideas how to speed this up? |
Beta Was this translation helpful? Give feedback.
Answered by
merceyz
Jan 12, 2021
Replies: 1 comment 5 replies
-
Read the documentation for |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
icyrockcom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Read the documentation for
dlx
https://yarnpkg.com/cli/dlx, you're basically runningyarn add razzle && yarn razzle --version && yarn remove razzle
, what you're probably after is to just runyarn razzle --version
in your current project https://yarnpkg.com/cli/run