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
right now our project uses npm but yarn might be a better alternative
this would require switching over to a yarn.lock file
deleting package-lock.json
Updating our docker files to use yarn and also our git actions to use yarn aswell,
this may cause issues with hosted nodes to change dependency managers but yarn is way quicker and would make updating them faster but maybe not that much because it is only used when a new package is added
The text was updated successfully, but these errors were encountered:
right now our project uses npm but yarn might be a better alternative
this would require switching over to a yarn.lock file
deleting package-lock.json
Updating our docker files to use yarn and also our git actions to use yarn aswell,
this may cause issues with hosted nodes to change dependency managers but yarn is way quicker and would make updating them faster but maybe not that much because it is only used when a new package is added
The text was updated successfully, but these errors were encountered: