mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
306 B
306 B
tauri.js
| 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.