Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun new text-based lock file is not supported #29494

Open
1 of 4 tasks
hakimio opened this issue Dec 31, 2024 · 0 comments
Open
1 of 4 tasks

Bun new text-based lock file is not supported #29494

hakimio opened this issue Dec 31, 2024 · 0 comments

Comments

@hakimio
Copy link

hakimio commented Dec 31, 2024

Current Behavior

Running nx release currently results in an error because NX is looking for the binary lock file (bun.lockb) when only the new text-based lock file (bun.lock) is present.

Expected Behavior

No errors when running nx release with text-based bun lock file.

GitHub Repo

No response

Steps to Reproduce

  1. Set the package manager to bun:
{
  "cli": {
    "packageManager": "bun"
  }
}
  1. Install the packages with the new text-based lock file bun install --save-text-lockfile
  2. Run nx release

Nx Report

Node           : 20.18.0
OS             : win32-x64
Native Target  : x86_64-windows
bun            : 1.1.41

nx (global)            : 20.3.0
nx                     : 20.3.0
@nx/js                 : 20.3.0
@nx/jest               : 20.3.0
@nx/eslint             : 20.3.0
@nx/workspace          : 20.3.0
@nx/angular            : 20.3.0
@nx/devkit             : 20.3.0
@nx/module-federation  : 20.3.0
@nx/web                : 20.3.0
@nx/webpack            : 20.3.0
typescript             : 5.6.3

Failure Logs

Package Manager Version

1.1.41

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

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

No branches or pull requests

1 participant