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've noticed that there are some commits mentioned migrating to npm in place of yarn. Also, yarn.lock file is currently behind package-lock.json.
My suggestions:
Update documentation to use npm syntax for installing packages instead of yarn. Running script command from yarn is acceptable and take fewer keystrokes, so please share your thought about this.
Delete yarn.lock file to avoid confusion.
The text was updated successfully, but these errors were encountered:
I've noticed that there are some commits mentioned migrating to npm in place of yarn. Also,
yarn.lock
file is currently behindpackage-lock.json
.My suggestions:
yarn.lock
file to avoid confusion.The text was updated successfully, but these errors were encountered: