Describe what problem your feature request solves:
For the vue3-compat layer to function properly, we needed to include the --legacy-peer-deps in all of the npm install commands. After removing compat, this should no longer be necessary.
Describe the solution you'd like:
- Remove
td.vue/.npmrc.
- Remove
--legacy-peer-deps from the Dockerfile and GitHub Actions workflows.
Declaration:
By submitting this issue you have:
Additional context:
Describe what problem your feature request solves:
For the vue3-compat layer to function properly, we needed to include the
--legacy-peer-depsin all of the npm install commands. After removing compat, this should no longer be necessary.Describe the solution you'd like:
td.vue/.npmrc.--legacy-peer-depsfrom the Dockerfile and GitHub Actions workflows.Declaration:
By submitting this issue you have:
Additional context: