-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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?]: UTF-8 characters in path makes it impossible to use yarn on windows #4448
Comments
Hi, can you provide your "start" script in package.json? |
@H4M5TER the script called was "expo start". I think the path was corrupted because of the UTF-8 characters "S├®b" |
@merceyz I see you mentioned this issue multiple times, do you know if a fix is considered? |
Check #5319 |
Hi everyone! I have a similar issue. I'm using Windows and I have special characters in my username, and I'm trying to run 'yarn create playwright'. |
In the 1809 build of Windows 10 (released about 5 years ago) there is a beta option: |
Self-service
Describe the bug
Executing a script inside a path that has a UTF-8 character fails with error MODULE_NOT_FOUND.
As soon as I move my project to the C:/, everything works fine.
To reproduce
Environment
Additional context
Multiple other bug report like #3725 reported the same issue
The text was updated successfully, but these errors were encountered: