Closed jozefhruska closed 4 years ago
This is connected to the #78
We are currently expecting only one package manager. If more is present, the latest specified in code is used. In your example old yarn is used. However as the yarn.lock is old and not actual, script fails.
We mainly need to update error messages
Addressed in #95
Shall we close this one? @S4n60w3n
You have now option to pick what package manager you want. IMHO we can close it
I have a project that's using both NPM and YARN (not used anymore, packages not installed, we just forgot to delete the
yarn.lock
file).After I removed
yarn.lock
file it worked.Maybe it could handle the error with better UX?