Open mshima opened 3 years 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
I think this is already fixed by https://github.com/zkochan/packages/pull/183
Workspaces support is now implemented in npm. So, having workspaces in package.json should not force yarn anymore. Lockfile should take precedence.
Thanks