We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create-react-app client
Error ">"$basedir/../../Users/abc/AppData/Local/Yarn/.global/node_modules/.bin/create-react-app.cmd" "$@" The system cannot find the path specified."
I have also tried npx create-react-app client (same above problem)
λ node -v v9.5.0
λ npm -v 5.6.0
The text was updated successfully, but these errors were encountered:
Resolved the issue, after 1 day R&D and found this yarnpkg/yarn#2192 which resolved my issue
Sorry, something went wrong.
Right, this is why the README doesn't suggest installing create-react-app anymore (use npx or yarn create instead).
create-react-app
npx
yarn create
No branches or pull requests
I have also tried
npx create-react-app client (same above problem)
λ node -v
v9.5.0
λ npm -v
5.6.0
The text was updated successfully, but these errors were encountered: