Skip to content

"bun run tauri build" failed, 'cp' is not recognized as an internal or external command, operable program or batch file. #199

@kinghighland

Description

@kinghighland

widows 11 environment

when try "bun run tauri build" or "bun run tauri build --no-bundle"

error returned at the stage of "Copying required files from Claude Code package..."
Copying cli.js...
Copying yoga.wasm...
Copying vendor/ directory...
Running: cp -r D:\claudia\temp-claude-package\package\vendor D:\claudia\vendor
'cp' is not recognized as an internal or external command, operable program or batch file.


Verified cp is the alias Copy-Item.

Get-Alias -Name cp
CommandType Name Version Source


Alias cp -> Copy-Item

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