-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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] npx create-tauri-app get error #3393
Labels
Comments
Can you try any recipe other than vite? can you try this |
it succeeds
|
$ npx create-tauri-app
npx: installed 99 in 20.618s
We hope to help you create something special with Tauri!
You will have a choice of one of the UI frameworks supported by the greater web tech community.
This tool should get you quickly started. See our docs at https://tauri.studio/
If you haven't already, please take a moment to setup your system.
You may find the requirements here: https://tauri.studio/en/docs/get-started/setup-macos/
Press any key to continue...
? What is your app name? tauri-app
? What should the window title be? Tauri App
? What UI recipe would you like to add? create-react-app (https://create-react-app.dev/)
? Add "@tauri-apps/api" npm package? Yes
? Which create-react-app template would you like to use? create-react-app (Typescript)
>> Running initial command(s)
ERROR: You must supply a command.
Options:
--help Show help [boolean]
--version Show version number [boolean]
Error with command: npx
Error: Error: Command failed with exit code 1: npx create-react-app@latest --template typescript tauri-app --use-npm
at /Users/ive/.npm/_npx/70384/lib/node_modules/create-tauri-app/dist/index.js:62:15
at Generator.throw (<anonymous>)
at rejected (/Users/ive/.npm/_npx/70384/lib/node_modules/create-tauri-app/dist/index.js:39:65)
at processTicksAndRejections (internal/process/task_queues.js:95:5) |
I have the same problem
|
same problem
but |
I have the same problem |
amrbashir
added a commit
that referenced
this issue
Feb 11, 2022
A new version has been published, please try again. |
it works now, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
npx create-tauri-app
with Vanilla.js works,but other templates all get an error
Reproduction
logs
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: