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
Since Yarn is fully compatible with npm, but provides way more useful features and uses a stable dependency solution strategy, snowsaw should use Yarn by default.
Therefore the npm specific package-lock.json file should be removed and replaced with Yarn's yarn.lock file.
The text was updated successfully, but these errors were encountered:
Since Yarn (1) is fully compatible with npm (2), but provides way more
useful features and uses a stable dependency solution strategy,
snowsaw now uses Yarn by default. Therefore the npm specific
`package-lock.json` file has been removed and replaced with Yarn's
`yarn.lock` file.
References:
(1) https://yarnpkg.com
(2) https://www.npmjs.com
Epic GH-33ResolvesGH-81
Since Yarn is fully compatible with npm, but provides way more useful features and uses a stable dependency solution strategy, snowsaw should use Yarn by default.
Therefore the npm specific
package-lock.json
file should be removed and replaced with Yarn'syarn.lock
file.The text was updated successfully, but these errors were encountered: