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
As a "best practice" you need to activate package-lock file to be sure, that everyone every time can install same version as you.
it will be better to remove ^ and ~ from all package versions to have a stable and constant versions every time. And install packages with attribute -E or use .npmrc file with flags:
^and~from all package versions to have a stable and constant versions every time. And install packages with attribute-Eor use.npmrcfile with flags:telegram-plugin/.gitignore
Line 3 in 37a6f57