Skip to content

Crash at installation #6

Description

@alexandre-dos-reis

The installation command failed.

> bunx create-bunli my-cli
Error: Bun's postinstall script was not run.

This occurs when using --ignore-scripts during installation, or when using a
package manager like pnpm that does not run postinstall scripts by default.

To fix this, run the postinstall script manually:
  cd node_modules/bun && node install.js

Or reinstall bun without the --ignore-scripts flag.

Bun version : 1.3.6

OS: NixOS 26.05 (Yarara) x86_64
Kernel: Linux 6.17.11
Shell: fish 4.2.1
Terminal: tmux 3.6a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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