my "yarn" doesnt work properly #5602
Replies: 3 comments 2 replies
-
@LeeJianXing It looks like your yarn didn't installed properly and yarn version is way older. Try These Steps
|
Beta Was this translation helpful? Give feedback.
2 replies
-
You could use npm or npx instead, tho. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks @astr0-g @aaankeet , i solved it after i random trying few of the solution from multiple sites |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When i run yarn it show up like below.
But if i run this commad first export NVM_DIR="$HOME/.nvm"[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
then yarn. I can use yarn
So my problem is
1)I dunno why i need to run the "export xxxxxx" commmad only i can use yarn
2)Everytime i closed visual studio code and open again i need to run the "export xxxx" first only then i can use yarn
Maybe is i messing around with the files stuff like delete all files and all its stuff inside (i created a new one later ) ?
Beta Was this translation helpful? Give feedback.
All reactions