I'm using bun package manager and using using vscode.
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.
What is the type of issue?
Something else
What is the issue?
I'm using bun package manager and using using vscode.
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