oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.29k stars 2.77k forks source link

Bun or something keeps adding my project to dependencies #14246

Closed ultimateshadsform closed 1 month ago

ultimateshadsform commented 1 month ago

What is the type of issue?

Something else

What is the issue?

I'm using bun package manager and using using vscode.

image

On all of my projects it keeps adding: "<project-name>": "file:", to my dependencies all the time it's really annoying and I have absolutely no idea why this is happening. I have tried to google for it to get an answer but it seems like no one is having this issue.

And because of this every time I do bun update to update packages I always get this problem:

error: EPERM installing <project-name> (copying files from cache to destination)

So EVERYTIME I have to do bun remove <project-name>

But after a while or updating deps or installing a package then it adds the project to dependencies.

How can I stop this behavior? I have no idea why it does this.

Where did you find it?

No response

ultimateshadsform commented 1 month ago

Nvm it seems to be Red Hat Dependency Analytics.

I uninstalled that crap and it seems to be normal now.

https://github.com/npm/cli/issues/7753