You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
What is the current behavior?
After update to 1.19.1 yarn stopped working due space in my user name. Running yarn create react-app my-app --typescript fails now.
[4/4] Building fresh packages...
success Installed "create-react-app@3.2.0" with binaries:
- create-react-app
'C:\Users\FirstName' is not recognized as an internal or external command,
operable program or batch file.
error Command failed.
Exit code: 1
Command: C:\Users\FirstName LastName\AppData\Local\Yarn\bin\create-react-app
Arguments: stickyroll-poc --typescript
Directory: S:\PoCs
Output:
If the current behavior is a bug, please provide the steps to reproduce. yarn create react-app my-app --typescript
What is the expected behavior?
It should work correctly as it did before update
Please mention your node.js, yarn and operating system version.
yarn: 1.19.1
node: 10.15.3
os: win10x64
The text was updated successfully, but these errors were encountered:
After yarn config set prefix S:\yarn and again yarn create react-app my-app --typescript got "The File name, directory name, or volume label syntax is incorrect."
Not sure if you are still having this issue @burtek, but I ran cmd as administrator and that allowed me to run yarn create react-app my-app --typescript.
Edit - My suggestion is a workaround and I agree that the root issue should be addressed so your bug report is totally valid in my opinion.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
After update to 1.19.1 yarn stopped working due space in my user name. Running
yarn create react-app my-app --typescript
fails now.If the current behavior is a bug, please provide the steps to reproduce.
yarn create react-app my-app --typescript
What is the expected behavior?
It should work correctly as it did before update
Please mention your node.js, yarn and operating system version.
yarn: 1.19.1
node: 10.15.3
os: win10x64
The text was updated successfully, but these errors were encountered: