tauri-apps / smoke-tests

A collection of frameworks used as a suite of smoke-tests for tauri
MIT License
76 stars 20 forks source link

Cannot find module rust-cli #687

Open TheCherry opened 2 years ago

TheCherry commented 2 years ago

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.

ashutosh887 commented 11 months ago

@TheCherry I would like to work on this