zkochan / packages

Zoltan Kochan's npm packages
MIT License
99 stars 26 forks source link

Lockfile should take precedence over workspaces in package.json #140

Open mshima opened 3 years ago

mshima commented 3 years ago

Workspaces support is now implemented in npm. So, having workspaces in package.json should not force yarn anymore. Lockfile should take precedence.

Thanks

domnantas commented 1 year ago

Relevant in CLI tools like https://github.com/dylang/npm-check

I am using npm with workspaces, but npm-check is still trying to update dependencies using yarn

bluwy commented 2 months ago

I think this is already fixed by https://github.com/zkochan/packages/pull/183