mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
8 lines
306 B
Markdown
8 lines
306 B
Markdown
---
|
|
"tauri.js": minor
|
|
---
|
|
|
|
The Tauri Node.js CLI package is now `@tauri-apps/cli`.
|
|
To use the new CLI, delete the old `tauri` from your `package.json` and install the new package:
|
|
`$ yarn remove tauri && yarn add --dev @tauri-apps/cli` or `$ npm uninstall tauri && npm install --save-dev @tauri-apps/cli`.
|