Skip to content

cannot npm install? #259

Closed
Closed
@haoxian-zhao

Description

@haoxian-zhao

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.

Activity

kagux

kagux commented on Jan 12, 2016

@kagux
Contributor

@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

haoxian-zhao commented on Jan 12, 2016

@haoxian-zhao
Author

@kagux thats works, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kagux@haoxian-zhao

        Issue actions

          cannot npm install? · Issue #259 · react-toolbox/react-toolbox