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
The task that installs the dependencies should remove the packageManager from package.json if it exists and it's not the same as the selected package manager. If the script decides to remove it, it should print a message to the console to warn about potential incompatibilities.
This prevents issues like #100 and will make the tool compatible with more templates as currently, package managers like yarn and pnpm will error if they find this property and are incompatible with it.
The text was updated successfully, but these errors were encountered:
The task that installs the dependencies should remove the
packageManager
frompackage.json
if it exists and it's not the same as the selected package manager. If the script decides to remove it, it should print a message to the console to warn about potential incompatibilities.This prevents issues like #100 and will make the tool compatible with more templates as currently, package managers like yarn and pnpm will error if they find this property and are incompatible with it.
The text was updated successfully, but these errors were encountered: