nuxtrdev / nuxtr-vscode

An extension offering commands and tools to make your experience with Nuxt more pleasant.
https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode
327 stars 13 forks source link

[Bug]: Bun package manager install failed: "No lockfiles found. Install dependencies first?" #128

Closed szig83 closed 6 months ago

szig83 commented 6 months ago

Environment

What went wrong?

When I try to install a package update, I receive the following error message: No lockfiles found. Install dependencies first? It seems to be not handling the Bun binary lock file bun.lockb Despite having set Bun as the default package manager.

How to reproduce it?

I simply click on the Nuxt dependencies icon added by Nuxtr to vscode and try to install the updates.

adhamfarrag commented 6 months ago

Thanks for reporting @szig83. Will let you know once new version is released with the fix.

adhamfarrag commented 6 months ago

Hello @adhamfarrag, Nuxtr 0.2.16 should include a fix for this issue. Please update.

szig83 commented 6 months ago

Hello @adhamfarrag, Nuxtr 0.2.16 should include a fix for this issue. Please update.

Thx @adhamfarrag, it works perfectly ;)