Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.74k
stars
1.4k
forks
source link
fix(cli): add --legacy-peer-deps for npm users #2823
[ ] yarn testjest tests pass with new tests, if relevant
[x] yarn linteslint checks pass with new code, if relevant
[x] yarn format:checkprettier checks pass with new code, if relevant
[x] README.md (or relevant documentation) has been updated with your changes
[x] If this affects functionality there aren't tests for, I manually tested it, including by generating a new app locally if needed (see docs).
Describe your PR
Closes #2818
Utilizes the error's suggested flag, --legacy-peer-deps to resolve some mislabeled peer dep upstream regarding some eslint packages (see issue for further details linking to eslint-plugin-n and -standard - seems as if there might be a newer plugin neostandard to consider?)
Please verify the following:
yarn test
jest tests pass with new tests, if relevantyarn lint
eslint checks pass with new code, if relevantyarn format:check
prettier checks pass with new code, if relevantREADME.md
(or relevant documentation) has been updated with your changesDescribe your PR
--legacy-peer-deps
to resolve some mislabeled peer dep upstream regarding some eslint packages (see issue for further details linking toeslint-plugin-n
and-standard
- seems as if there might be a newer plugin neostandard to consider?)