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
Describe the task
During the migration from Vue 2 to Vue 3 we are using the --legacy-peer-deps flag when running npm install to ignore peer dependency conflicts. Once we have deployed Vue 3 to production we should resolve these conflicts and remove the flag
Purpose
This flag is a temporary fix and long term we should resolve the peer dependency conflicts
Acceptance Criteria
The application builds and runs successfully.
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
During the migration from Vue 2 to Vue 3 we are using the --legacy-peer-deps flag when running npm install to ignore peer dependency conflicts. Once we have deployed Vue 3 to production we should resolve these conflicts and remove the flag
Purpose
This flag is a temporary fix and long term we should resolve the peer dependency conflicts
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: