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

peer-deps make it uninstallable #4

Open
konsumer opened this issue Jul 31, 2017 · 1 comment
Open

peer-deps make it uninstallable #4

konsumer opened this issue Jul 31, 2017 · 1 comment

Comments

@konsumer
Copy link

konsumer commented Jul 31, 2017

In a current working project, where I have a current version of react & babel I get this when I try to npm install:

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] requires a peer of babel-polyfill@^6.6.1 but none was installed.
npm WARN [email protected] requires a peer of normalize.css@^3.0.3 but none was installed.
npm WARN [email protected] requires a peer of react@^0.14.7 but none was installed.
npm WARN [email protected] requires a peer of react-dom@^0.14.7 but none was installed.

And then the package doesn't resolve on import. Here is my project's dependencies:

"dependencies": {
    "muicss": "^0.9.20",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-redux": "^5.0.5",
    "react-scripts": "1.0.10",
    "redux": "^3.7.2",
    "victory": "^0.21.3"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.21.0"
  }
@Purii
Copy link
Owner

Purii commented Aug 1, 2017 via email

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

2 participants