Skip to content

An error occurred during installation on Windows. #149

Description

@xiaowanjiagit

Copying vendor/ directory...
Running: cp -r E:\claudia\temp-claude-package\package\vendor E:\claudia\vendor
'cp' is not recognized as an internal or external command,
operable program or batch file.

❌ Build process failed: Command failed with exit code 1
error: script "build:executables:current" exited with code 1
error: script "prebuild" exited with code 1
beforeBuildCommand bun run build failed with exit code 1
Error beforeBuildCommand bun run build failed with exit code 1
error: script "tauri" exited with code 1

Preparing bundle with native Bun embedding...
Running: bun run scripts/prepare-bundle-native.js

✓ Cleaned up temporary files
Build failed: 57 | };
58 |
59 | async function runCommand(command, args) {
60 | return new Promise((resolve, reject) => {
61 | console.log(Running: ${command} ${args.join(' ')});
62 | const child = spawn(command, args, { stdio: 'inherit' });
^
ENOENT: no such file or directory, uv_spawn 'bun'
path: "bun",
syscall: "spawn bun",
errno: -4058,
spawnargs: [ "run", "scripts/prepare-bundle-native.js" ],
code: "ENOENT"

    at spawn (node:child_process:803:35)
    at spawn (node:child_process:5:39)
    at <anonymous> (E:\claudia\scripts\build-executables.js:62:19)
    at new Promise (1:11)
    at <anonymous> (E:\claudia\scripts\build-executables.js:60:10)
    at runCommand (E:\claudia\scripts\build-executables.js:59:27)
    at <anonymous> (E:\claudia\scripts\build-executables.js:77:9)
    at prepareBundle (E:\claudia\scripts\build-executables.js:75:29)
    at <anonymous> (E:\claudia\scripts\build-executables.js:183:11)

❌ Build process failed: Command failed with exit code 1
error: script "build:executables:current" exited with code 1
error: script "prebuild" exited with code 1
beforeBuildCommand bun run build failed with exit code 1
Error beforeBuildCommand bun run build failed with exit code 1
error: script "tauri" exited with code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions