react-boilerplate / react-boilerplate-cra-template

:fire: Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
https://react-boilerplate.github.io/react-boilerplate-cra-template/
MIT License
1.87k stars 393 forks source link

Installation Issue (It Might have something do with my windows PC username "Akash Singh") #169

Closed akashthakur05 closed 2 years ago

akashthakur05 commented 2 years ago

Description

Expected behavior

Screenshots image

Versions

Can-Sahin commented 2 years ago

can you use any template? Try normal typescript template and attach some screenshots please

Can-Sahin commented 2 years ago

Closing due to inactivity. Might re-open if you respond back with details

quasivivo commented 11 months ago

@Can-Sahin I have no spaces in my username and I'm experiencing a similar error on Windows. Other templates work fine. Appears to be a mishandling of any paths containing spaces (e.g., "C:\Program Files\nodejs\node.exe", "[...]\Users\Fname Lname\path", etc). This is usually fixed by wrapping local paths in quotes.

image

Workaround

The template works fine in a WSL terminal which has no spaces in the paths.

image