smoke-tests icon indicating copy to clipboard operation
smoke-tests copied to clipboard

Cannot find module rust-cli

Open TheCherry opened this issue 4 years ago • 1 comments

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 avatar Jul 21 '21 11:07 TheCherry

@TheCherry I would like to work on this

ashutosh887 avatar Aug 05 '23 01:08 ashutosh887