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

webpack example denpendencies #1970

Closed
ChitaGideon opened this issue Oct 23, 2015 · 5 comments
Closed

webpack example denpendencies #1970

ChitaGideon opened this issue Oct 23, 2015 · 5 comments
Labels
docs Improvements or additions to the documentation

Comments

@ChitaGideon
Copy link

the example can not be started up correctly

npm WARN EPEERINVALID [email protected] requires a peer of react@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-create-fragment@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-pure-render-mixin@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-transition-group@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-update@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-dom@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-tap-event-plugin@^0.2.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of fbjs@^0.2.1 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-dom@^0.14.0-0 but none was installed.
@oliviertassinari
Copy link
Member

@ChitaGideon Does #1971 solve your issue?

@ChitaGideon
Copy link
Author

@oliviertassinari
After update ,I still have some problem

npm WARN EPEERINVALID [email protected] requires a peer of react-addons-create-fragment@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-pure-render-mixin@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-transition-group@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-addons-update@^0.14.0 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of react-dom@^0.14.0 but none was installed.

I do not really know , whether those packages is necessary

@oliviertassinari
Copy link
Member

Those packages are necessary. Whitch version of npm do you use?

@davidmdem
Copy link

This is likely because of npm 3 does not install the peer dependencies.

  "dependencies": {
    "material-ui": "^0.13.0",
    "react": "^0.14.0",
    "react-dom":"^0.14.0",
    "react-tap-event-plugin": "^0.2.1",    
    "react-addons-create-fragment": "^0.14.0",
    "react-addons-pure-render-mixin": "^0.14.0",
    "react-addons-transition-group": "^0.14.0",
    "react-addons-update": "^0.14.0"
  }

Cleared upnpm install issues up for me.

@oliviertassinari
Copy link
Member

@ChitaGideon Thank for the feed back. It should be fixed now.

@zannager zannager added the docs Improvements or additions to the documentation label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

4 participants