Skip to content
New issue

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

Cannot find module rust-cli #687

Open
TheCherry opened this issue Jul 21, 2021 · 1 comment
Open

Cannot find module rust-cli #687

TheCherry opened this issue Jul 21, 2021 · 1 comment

Comments

@TheCherry
Copy link

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.

@TheCherry TheCherry changed the title Cant get it running Cannot find module rust-cli Jul 21, 2021
@ashutosh887
Copy link

@TheCherry I would like to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants