Reputation: 405
I know my question has been asked alot but nothing seems to work for me. I created a new nuxt project, whenever i try to start it with yarn dev
it keeps giving me this error: yarn is not recognized as an internal or external command,
operable program or batch file.
Even after setting the variabeles in windows to the correct path of yarn it is still not working for me. I have had this problem for months now, but i keep procrastinating to fix it. I feel like asking this question is my last hope of fixing this problem. I really hope someone can help me with my problem.
Upvotes: 1
Views: 14928
Reputation: 125
Yarn is not globally installed. Run npm install yarn -g
to install yarn globally
Upvotes: 7
Reputation: 96
Obviously, your win10's PATH variable isn't correct.Try reinstall yarn.
Upvotes: 0