-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
MP uses npm to install packages, which in turn, creates a package-lock.json in the project. This is a bug if the project uses Yarn...
Describe the solution you'd like
Right before installing packages, it should prompt the user for using Yarn or NPM. Therefore, Yarn should be installed as a project dependency.
Reactions are currently unavailable