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

cannot npm install? #259

Closed
haoxian-zhao opened this issue Jan 12, 2016 · 2 comments
Closed

cannot npm install? #259

haoxian-zhao opened this issue Jan 12, 2016 · 2 comments

Comments

@haoxian-zhao
Copy link

I am getting the following error while trying to do npm install --save react-toolbox, am I missing anything? thanks

test@1.0.0 /home/nitrous/code/test
├── UNMET PEER DEPENDENCY classnames@^2.2.0
├── UNMET PEER DEPENDENCY normalize.css@^3.0.3
├── UNMET PEER DEPENDENCY react@^0.14
├── UNMET PEER DEPENDENCY react-addons-css-transition-group@^0.14.0
├── UNMET PEER DEPENDENCY react-dom@^0.14.0
└── react-toolbox@0.14.0
npm WARN EPEERINVALID react-toolbox@0.14.0 requires a peer of classnames@^2.2.0 but none was installed.
npm WARN EPEERINVALID react-toolbox@0.14.0 requires a peer of react@^0.14 but none was installed.
npm WARN EPEERINVALID react-toolbox@0.14.0 requires a peer of react-dom@^0.14.0 but none was installed.
npm WARN EPEERINVALID react-toolbox@0.14.0 requires a peer of react-addons-css-transition-group@^0.14.0 but none was installed.
npm WARN EPEERINVALID react-toolbox@0.14.0 requires a peer of normalize.css@^3.0.3 but none was installed.
npm WARN EPACKAGEJSON test@1.0.0 No description
npm WARN EPACKAGEJSON test@1.0.0 No repository field.

@kagux
Copy link
Contributor

kagux commented Jan 12, 2016

@Pixiez, you need to install peer dependencies.
try this

npm install --save classnames normalize.css react react-addons-css-transition-group react-dom react-toolbox

@haoxian-zhao
Copy link
Author

@kagux thats works, thanks :)

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