Describe the bug
error when running tutorial (https://tauri.studio/docs/getting-started/beginning-tutorial)
Reproduction
npx create-tauri-app
# choose vite
# choose vue-ts
Expected behavior
No response
Platform and versions
Operating System - Mac OS, version 12.1.0 X64
Node.js environment
Node.js - 14.15.1
@tauri-apps/cli - 1.0.0-rc.5
@tauri-apps/api - 1.0.0-rc.1
Global packages
npm - 6.14.8
pnpm - 6.21.0
yarn - Not installed
Rust environment
rustup - 1.24.3
rustc - 1.58.1
cargo - 1.58.0
toolchain - stable-x86_64-apple-darwin
App directory structure
/node_modules
/public
/src-tauri
/.vscode
/src
App
tauri - 1.0.0-rc.3 (no lockfile)
tauri-build - no manifest (no lockfile)
tao - no manifest (no lockfile)
wry - no manifest (no lockfile)
build-type - bundle
CSP - unset
distDir - ../dist
devPath - http://localhost:3000/
framework - Vue.js
Stack trace
>> Updating "package.json"
>> Running "tauri init"
> tauri-app@0.0.0 tauri /Users/alston/work/tauri-app
> tauri "init" "--app-name" "tauri-app" "--window-title" "Tauri App" "--dist-dir" "../dist" "--dev-path" "http://localhost:3000" "--ci"
>> Updating "tauri.conf.json"
>> Running final command(s)
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '/Users/alston/work/tauri-app/node_modules/esbuild/install.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Error with command: node
Error: Error: Command failed with exit code 1: node ./node_modules/esbuild/install.js
at /Users/alston/.npm/_npx/10370/lib/node_modules/create-tauri-app/dist/index.js:62:15
at Generator.throw (<anonymous>)
at rejected (/Users/alston/.npm/_npx/10370/lib/node_modules/create-tauri-app/dist/index.js:39:65)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
### Additional context
_No response_
Describe the bug
error when running tutorial (https://tauri.studio/docs/getting-started/beginning-tutorial)
Reproduction
Expected behavior
No response
Platform and versions
Operating System - Mac OS, version 12.1.0 X64 Node.js environment Node.js - 14.15.1 @tauri-apps/cli - 1.0.0-rc.5 @tauri-apps/api - 1.0.0-rc.1 Global packages npm - 6.14.8 pnpm - 6.21.0 yarn - Not installed Rust environment rustup - 1.24.3 rustc - 1.58.1 cargo - 1.58.0 toolchain - stable-x86_64-apple-darwin App directory structure /node_modules /public /src-tauri /.vscode /src App tauri - 1.0.0-rc.3 (no lockfile) tauri-build - no manifest (no lockfile) tao - no manifest (no lockfile) wry - no manifest (no lockfile) build-type - bundle CSP - unset distDir - ../dist devPath - http://localhost:3000/ framework - Vue.jsStack trace