Skip to content

Conversation

@mrbuk
Copy link

@mrbuk mrbuk commented Jan 19, 2026

Fix command to add the qwik dependency with bun. Current command bun run qwik add bun is not producing any sensible output:

% bun run qwik add bun
error: Script not found "qwik"

Instead using bun add qwik adds the dependency:

 % bun add qwik
bun add v1.3.6 (d530ed99)

installed [email protected]

1 package installed [296.00ms]

and creates a package.json

% cat package.json
{
  "dependencies": {
    "qwik": "^1.0.57"
  }
}%

As an enhancement - not implemented with this PR - one could consider using bun create qwik instead for the docs as this provides a way to create a full demo app that can be tested afterwards with bun start

What is it?

  • Docs / tests / types / typos

Description

Checklist

  • My code follows the developer guidelines of this project
  • I performed a self-review of my own code
  • I added a changeset with pnpm change
  • I made corresponding changes to the Qwik docs
  • I added new tests to cover the fix / functionality

Proper command to add the qwik dependency with bun
@mrbuk mrbuk requested a review from a team as a code owner January 19, 2026 23:10
@changeset-bot
Copy link

changeset-bot bot commented Jan 19, 2026

⚠️ No Changeset found

Latest commit: 717873e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant