Error while installing npm packages, after cloning insomnia. #8070
Answered
by
gatzjames
rohitpatilok
asked this question in
Help
-
I did the clone. My node version is 20.17.0. I get errors when installing the packages. I wanted to contribute, any help would be appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
gatzjames
Oct 18, 2024
Replies: 1 comment 1 reply
-
From the logs it looks like you are missing yarn in your environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rohitpatilok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the logs it looks like you are missing yarn in your environment.
You could install it by using npm add -g yarn and this error should go away