-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
I try atm to run the vue/nuxt-app.
This are my steps:
cargo install mask
git clone https://github.com/tauri-apps/tauri
cd tauri
git clone https://github.com/tauri-apps/smoke-tests
mask prepare
mask run smoke-test vue/nuxt-app
Now I get:
Cannot find module 'chalk'
So I install it:
yarn add chalk
And again something missing:
Cannot find module 'update-notifier'
After that I get:
Error: Cannot find module '../dist/helpers/rust-cli'
Now I tried different things:
tauri init
yarn add tauri
yarn add @tauri-apps/api
yarn add tauri-cli
yarn add @tauri-apps/cli
yarn add --dev @tauri-apps/cli
mask run smoke-test vue/nuxt-app
but nothing worked.
Metadata
Metadata
Assignees
Labels
No labels