-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
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
[Bug] yarn build
fails on a fresh clone of this repository
#5657
Comments
🐞 Bug reportDescription
Really long error output
DetailsI'm using WSL2 on a Windows 10 desktop device. |
I'm using version 18 of
|
I tried just now with version 16 and
|
This is what seems to be happening.
|
As a temporary workaround, I did
and |
The reason it is failing is because you are either not using the right node version or the right npm version. Also, you might not have sudo privileges. As a Linux user, I use 'sudo yarn build` I also had the same issue, and this is how I solved them. If you keep these in checks, you shouldn't have any problem @hamirmahal |
I'm using WSL2. |
I get an error when I try
|
What versions of |
|
You can install Yarn on your WSL2 and then use the node version 14 |
I use node version 14 and npm version 10 |
No description provided.
The text was updated successfully, but these errors were encountered: