Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmet peer dependency. #4

Closed
derekkinsman opened this issue Feb 15, 2017 · 3 comments
Closed

Unmet peer dependency. #4

derekkinsman opened this issue Feb 15, 2017 · 3 comments
Assignees

Comments

@derekkinsman
Copy link

derekkinsman commented Feb 15, 2017

I get this warning when installing into React v15.4.2:

├── UNMET PEER DEPENDENCY react@15.4.2
└── react-p5-wrapper@0.0.3

npm WARN react-p5-wrapper@0.0.3 requires a peer of react@^0.14.0 but none was installed.

My package.json looks like this:

{
  /* stuff */

  "dependencies": {
    "react": "15.4.2",
    /* everything else */
  }
}
@hannahbeale
Copy link

@derekkinsman did you find a fix?

@bsaphier bsaphier self-assigned this May 26, 2017
@bsaphier
Copy link
Contributor

the PR i just opened should fix this issue but it should also be safe to ignore this warning in the meantime

bsaphier added a commit that referenced this issue May 28, 2017
increased npm version to 0.0.5
updated dependency versions so new installs won't show a warning on "npm install"
bsaphier added a commit that referenced this issue May 28, 2017
closes #4 dependency updates

increased npm version to 0.0.5
updated dependency versions so new installs won't show a warning on "npm install"
@bsaphier
Copy link
Contributor

I closed the issue because the fix is merged, but the npm package still needs to updated by @NeroCor

@bsaphier bsaphier reopened this May 28, 2017
jamesrweb pushed a commit that referenced this issue Aug 15, 2022
jamesrweb pushed a commit that referenced this issue Aug 15, 2022
increased npm version to 0.0.5
updated dependency versions so new installs won't show a warning on "npm install"
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

No branches or pull requests

3 participants