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
I would update some packages due to some security vulnerabilities such as morgan and migrate off npm's package-lock.json to yarn because of a deterministic package dependency tree and just objectively better caching algorithm for dev needs.
I would update some packages due to some security vulnerabilities such as
morgan
and migrate offnpm
'spackage-lock.json
toyarn
because of a deterministic package dependency tree and just objectively better caching algorithm for dev needs.The
yarn
migration is quite simple:https://yarnpkg.com/lang/en/docs/migrating-from-npm/
The text was updated successfully, but these errors were encountered: