You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\!Projects\TypeScript\ui-router\quickstart-ng2>npm update
[email protected] D:\!Projects\TypeScript\ui-router\quickstart-ng2
+-- @angular/[email protected]
+-- @angular/[email protected]
+-- @angular/[email protected]
`-- [email protected]
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] No repository field.
D:\!Projects\TypeScript\ui-router\quickstart-ng2>npm start
> [email protected] start D:\!Projects\TypeScript\ui-router\quickstart-ng2
> npm run tsc && npm run watch
> [email protected] tsc D:\!Projects\TypeScript\ui-router\quickstart-ng2
> tsc
node_modules/ui-router-ng2/ng2/interface.d.ts(226,17): error TS2314: Generic type 'Type<T>' requires 1 type argument(s).
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "tsc"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] tsc: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] tsc script 'tsc'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ui-router-ng2-quickstart package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ui-router-ng2-quickstart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ui-router-ng2-quickstart
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\!Projects\TypeScript\ui-router\quickstart-ng2\npm-debug.log
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `npm run tsc && npm run watch`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'npm run tsc && npm run watch'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ui-router-ng2-quickstart package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run tsc && npm run watch
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ui-router-ng2-quickstart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ui-router-ng2-quickstart
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\!Projects\TypeScript\ui-router\quickstart-ng2\npm-debug.log
I builded ui-router for 2.0.0-rc6 with some little changes in three files: component?: Type; ==> component?: Type<any>; UrlChangeListener==> LocationChangeListener
Passed all tests and it working as expected in our First UI-Router Angular 2 App ))
Is this correct changes?
The text was updated successfully, but these errors were encountered: