You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
I am currently build an npm package with bun.
However when i do install. It will install extraneous dependencies.
if i do bun i it will install me all dependencies, even the devDependencies.
But if i do npm i it will install me only dependencies, NOT devDependencies.
What version of Bun is running?
1.1.21+70ca2b76c
What platform is your computer?
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
I am currently build an npm package with bun.
However when i do install. It will install
extraneous
dependencies.if i do
bun i
it will install me all dependencies, even the devDependencies.But if i do
npm i
it will install me only dependencies, NOT devDependencies.Here is my package.json.
What is the expected behavior?
The expected behaviour is only Install Dependencies, without devDependencies.
What do you see instead?
This is when i do install using
bun
.This is when i do install using
npm
.Additional information
No response
The text was updated successfully, but these errors were encountered: