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
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'
Cannot find module 'chalk'
So I install it: yarn add chalk
yarn add chalk
And again something missing: Cannot find module 'update-notifier'
Cannot find module 'update-notifier'
After that I get: Error: Cannot find module '../dist/helpers/rust-cli'
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.
The text was updated successfully, but these errors were encountered:
@TheCherry I would like to work on this
Sorry, something went wrong.
No branches or pull requests
Hi,
I try atm to run the vue/nuxt-app.
This are my steps:
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:
but nothing worked.
The text was updated successfully, but these errors were encountered: