Skip to content

npm start fails with error  #2

@web-ted

Description

@web-ted

PS C:\Projects\redux-react-starter> npm i

redux-react-starter@1.0.0 postinstall C:\Projects\redux-react-starter
typings install

typings WARN deprecated 1/4/2017: "registry:npm/react#15.0.1+20160601175240" is deprecated (updated, replaced or removed)

+-- react (dev)
-- react-dom (dev) -- react

npm WARN redux-react-starter@1.0.0 No repository field.

added 513 packages in 33.869s
PS C:\Projects\redux-react-starter> npm start

redux-react-starter@1.0.0 start C:\Projects\redux-react-starter
tsc && concurrently "npm run tsc:w" "npm run web" "npm run rest"

typings/modules/react-dom/index.d.ts(165,11): error TS2559: Type 'Component<P, S>' has no properties in common with type 'ComponentLifecycle<P, S>'.
typings/modules/react/index.d.ts(165,11): error TS2559: Type 'Component<P, S>' has no properties in common with type 'ComponentLifecycle<P, S>'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! redux-react-starter@1.0.0 start: tsc && concurrently "npm run tsc:w" "npm run web" "npm run rest"
npm ERR! Exit status 2
npm ERR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions