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
Describe the bug
With the extension installed, I find that package.json get spontaneously modified and package-lock.json gets spontaneously generated in my project that uses yarn.
To Reproduce
Create a yarn project. Use this extension.
Expected behavior
If it doesn't support yarn, it should at least detect yarn.lock and show a warning and not run npm commands that break my project.
The text was updated successfully, but these errors were encountered:
Yes! it adds "packagename": "file: " to package.json constantly breaking any builds! It took me forever to hunt down because it started happening just as i had added some new packages. Thought i was going crazy until i found it.
Describe the bug
With the extension installed, I find that package.json get spontaneously modified and package-lock.json gets spontaneously generated in my project that uses yarn.
To Reproduce
Create a yarn project. Use this extension.
Expected behavior
If it doesn't support yarn, it should at least detect yarn.lock and show a warning and not run npm commands that break my project.
The text was updated successfully, but these errors were encountered: