Skip to content

Resolve unmet peer dependencies - #23

Closed
masiuchi wants to merge 1 commit into
appleple:masterfrom
masiuchi:resolve-unmet-peer-dependencies
Closed

Resolve unmet peer dependencies#23
masiuchi wants to merge 1 commit into
appleple:masterfrom
masiuchi:resolve-unmet-peer-dependencies

Conversation

@masiuchi

Copy link
Copy Markdown

Some warnings are displayed when executing "yarn install".

$ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > eslint-config-airbnb@13.0.0" has unmet peer dependency "eslint-plugin-jsx-a11y@^2.2.3".
warning " > eslint-config-airbnb@13.0.0" has unmet peer dependency "eslint-plugin-react@^6.6.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 3.16s.

This pull request resolves the warnings by installing missing modules.

@masiuchi
masiuchi force-pushed the resolve-unmet-peer-dependencies branch from c32d6c2 to af97840 Compare November 30, 2024 09:21
@masiuchi

Copy link
Copy Markdown
Author

force-pushed to fix the previous wrong changes

@masiuchi

masiuchi commented Dec 1, 2024

Copy link
Copy Markdown
Author

Sorry, I noticed that eslint-config-airbnb is not used. So I will close this pull request and add the deletion process to #22.

@masiuchi masiuchi closed this Dec 1, 2024
@masiuchi
masiuchi deleted the resolve-unmet-peer-dependencies branch December 1, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant