-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationjavascriptRequires understanding JavaScriptRequires understanding JavaScript
Description
Description
Remove the .npmrc file and recompile package-lock.json without the need for the legacy-peer-deps flag.
Use Case
When a user uses this repo they shouldn't need to use the legacy-peer-deps flag for dependency management.
Acceptance Criteria
- Remove the
.npmrcfile to remove thelegacy-peer-depsflag from the installer. - Remove
package-lock.jsonandnode_modulesand perform a fresh install to regeneratepackage-lock.json. - Ensure tests (build, check-types, eslint, stylelint, jest) all succeed both on a Mac and Linux environment and in GitHub Actions after making this change.
- Note that this should be done after completing Hoist Node Dependencies and Dev Dependencies to Root #126 Update Script Definitions in package.json #127
Metadata
Metadata
Assignees
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationjavascriptRequires understanding JavaScriptRequires understanding JavaScript