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
When creating a new tauri app via npm init tauri-app ./my-app, the final step says:
npm init tauri-app ./my-app
>> Updating "tauri.conf.json" >> Running final command(s) Your installation completed. $ cd tauri $ npm run tauri --dev
Though, the npm run tauri --dev command is incorrect. It should be npm run tauri dev instead.
npm run tauri --dev
npm run tauri dev
This is the output I get when running the suggested npm run tauri --dev command:
❯ npm run tauri --dev > my-tauri-app@0.1.0 tauri > tauri :oooodddoooo; ;oddl, ,ol, ,oc, ,ldoooooooc, ,oc, ';;;cxOx:;;;' ;xOxxko' :kx: lkd, :xkl;;;;:okx: lkd, 'dOo' 'oOd;:xkc :kx: lkd, :xx: ;xkc lkd, 'dOo' ckx: lkx; :kx: lkd, :xx: :xkc lkd, 'dOo' ;xkl ,dko' :kx: lkd, :xx:.....xko, lkd, 'dOo' 'oOd, :xkc :kx: lkd, :xx:,;cokko' lkd, 'dOo' ckk: lkx; :kx: lkd, :xx: ckkc lkd, 'dOo' ;xOl lko; :xkl;,....;oOd, :xx: :xkl' lkd, 'okl' 'kd' 'xx' 'dxxxddddxxo' :dd; ;dxc 'xo' Description This is the Tauri CLI Usage $ tauri dev|build|init|info|sign|icon|deps Options --help, -h Displays this message --version, -v Displays the Tauri CLI version
The output should display the correct command instead, which does work:
$ npm run tauri dev
Operating System - Mac OS, version 11.4.0 X64 Node.js environment Node.js - 16.1.0 @tauri-apps/cli - 1.0.0-beta.10 @tauri-apps/api - 1.0.0-beta.8 Global packages npm - 7.11.2 yarn - 1.22.10 Rust environment rustc - 1.58.0 cargo - 1.58.0 App directory structure /node_modules /public /src-tauri /.git /src App tauri.rs - 1.0.0-beta.8 build-type - bundle CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' distDir - ../build devPath - http://localhost:3000 framework - React
No response
The text was updated successfully, but these errors were encountered:
This is fixed in the next branch: #2555. Thanks for reporting it.
next
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When creating a new tauri app via
npm init tauri-app ./my-app
, the final step says:Though, the
npm run tauri --dev
command is incorrect. It should benpm run tauri dev
instead.Reproduction
This is the output I get when running the suggested
npm run tauri --dev
command:Expected behavior
The output should display the correct command instead, which does work:
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: