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
Currently, when using the jsr add command to install dependencies with npm, there is no option to include the --legacy-peer-deps flag.
This flag is important for managing peer dependency issues, especially in projects with complex dependency trees.