-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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!