0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'e:\\Users\\claudiu.constantin\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'i', 1 verbose cli '@uirouter/angular-hybrid' ] 2 info using npm@5.3.0 3 info using node@v8.2.1 4 verbose npm-session ac4b047541e55f20 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 200 https://registry.npmjs.org/@uirouter%2fangular-hybrid 731ms 8 silly pacote tag manifest for @uirouter/angular-hybrid@latest fetched in 753ms 9 silly install loadIdealTree 10 silly install cloneCurrentTreeToIdealTree 11 silly install loadShrinkwrap 12 silly install loadAllDepsIntoIdealTree 13 silly resolveWithNewModule @uirouter/angular-hybrid@3.1.2 checking installable status 14 silly pacote git manifest for @uirouter/angular@git://github.com/ui-router/angular.git#SNAPSHOT-20170612 fetched in 389ms 15 silly resolveWithNewModule @uirouter/angular@1.0.0-beta.6 checking installable status 16 http fetch GET 304 https://registry.npmjs.org/@uirouter%2fcore 564ms (from cache) 17 silly pacote version manifest for @uirouter/core@=5.0.4 fetched in 565ms 18 silly resolveWithNewModule @uirouter/core@5.0.4 checking installable status 19 verbose prepareGitDep @uirouter/angularjs@git://github.com/angular-ui/ui-router.git#SNAPSHOT-20170612: installing devDeps and running prepare script. 20 error prepareGitDep 1> 20 error prepareGitDep > phantomjs-prebuilt@2.1.14 install e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c\node_modules\phantomjs-prebuilt 20 error prepareGitDep > node install.js 20 error prepareGitDep 20 error prepareGitDep PhantomJS not found on PATH 20 error prepareGitDep Download already available at C:\Users\CLAUDI~1.CON\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip 20 error prepareGitDep Verified checksum of previously downloaded file 20 error prepareGitDep Extracting zip contents 20 error prepareGitDep Removing e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c\node_modules\phantomjs-prebuilt\lib\phantom 20 error prepareGitDep Copying extracted folder C:\Users\CLAUDI~1.CON\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1500645198450\phantomjs-2.1.1-windows -> e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c\node_modules\phantomjs-prebuilt\lib\phantom 20 error prepareGitDep Writing location.js file 20 error prepareGitDep Done. Phantomjs binary available at e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe 20 error prepareGitDep 20 error prepareGitDep > @uirouter/core@5.0.5 install e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c\node_modules\@uirouter\core 20 error prepareGitDep > node ./migrate/migratewarn.js 20 error prepareGitDep 20 error prepareGitDep 20 error prepareGitDep > @uirouter/angularjs@1.0.4 install e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c 20 error prepareGitDep > node migrate/migratewarn.js 20 error prepareGitDep 20 error prepareGitDep 20 error prepareGitDep > @uirouter/angularjs@1.0.4 prepare e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c 20 error prepareGitDep > npm run package 20 error prepareGitDep 20 error prepareGitDep 20 error prepareGitDep > @uirouter/angularjs@1.0.4 package e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c 20 error prepareGitDep > npm run clean && npm run build && npm run bundle 20 error prepareGitDep 20 error prepareGitDep 20 error prepareGitDep > @uirouter/angularjs@1.0.4 clean e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c 20 error prepareGitDep > shx rm -rf lib lib-esm _doc build release *.log 20 error prepareGitDep 20 error prepareGitDep 20 error prepareGitDep > @uirouter/angularjs@1.0.4 build e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-86399d2c 20 error prepareGitDep > tsc && tsc -m es6 --outDir lib-esm && npm run fixdts 20 error prepareGitDep 20 error prepareGitDep src/stateFilters.ts(19,37): error TS2345: Argument of type '{ relative?: boolean; }' is not assignable to parameter of type '{ relative?: string | StateDeclaration | StateObject; }'. 20 error prepareGitDep Types of property 'relative' are incompatible. 20 error prepareGitDep Type 'boolean' is not assignable to type 'string | StateDeclaration | StateObject'. 20 error prepareGitDep src/stateFilters.ts(38,43): error TS2559: Type 'Obj' has no properties in common with type 'TransitionOptions'. 20 error prepareGitDep src/statebuilders/views.ts(100,25): error TS2345: Argument of type 'Promise<{ template: any; }> | Promise<{ component: any; }>' is not assignable to parameter of type '{ template: any; } | PromiseLike<{ template: any; }>'. 20 error prepareGitDep Type 'Promise<{ component: any; }>' is not assignable to type '{ template: any; } | PromiseLike<{ template: any; }>'. 20 error prepareGitDep Type 'Promise<{ component: any; }>' is not assignable to type 'PromiseLike<{ template: any; }>'. 20 error prepareGitDep Types of property 'then' are incompatible. 20 error prepareGitDep Type '(onfulfilled?: (value: { component: any; }) => ...' is not assignable to type '(onfulfilled?: (value: { template: any; }) => TR...'. 20 error prepareGitDep Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible. 20 error prepareGitDep Types of parameters 'value' and 'value' are incompatible. 20 error prepareGitDep Type '{ component: any; }' is not assignable to type '{ template: any; }'. 20 error prepareGitDep Property 'template' is missing in type '{ component: any; }'. 21 error prepareGitDep 2> npm WARN install Usage of the `--dev` option is deprecated. Use `--only=dev` instead. 21 error prepareGitDep npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue 21 error prepareGitDep npm WARN deprecated es6-module-loader@0.17.11: This project has been deprecated for "npm install es-module-loader" based on the newer loader spec. 21 error prepareGitDep npm ERR! code ELIFECYCLE 21 error prepareGitDep npm ERR! errno 2 21 error prepareGitDep npm ERR! @uirouter/angularjs@1.0.4 build: `tsc && tsc -m es6 --outDir lib-esm && npm run fixdts` 21 error prepareGitDep npm ERR! Exit status 2 21 error prepareGitDep npm ERR! 21 error prepareGitDep npm ERR! Failed at the @uirouter/angularjs@1.0.4 build script. 21 error prepareGitDep npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 21 error prepareGitDep 21 error prepareGitDep npm ERR! A complete log of this run can be found in: 21 error prepareGitDep npm ERR! e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_logs\2017-07-21T13_53_32_114Z-debug.log 21 error prepareGitDep npm ERR! code ELIFECYCLE 21 error prepareGitDep npm ERR! errno 2 21 error prepareGitDep npm ERR! @uirouter/angularjs@1.0.4 package: `npm run clean && npm run build && npm run bundle` 21 error prepareGitDep npm ERR! Exit status 2 21 error prepareGitDep npm ERR! 21 error prepareGitDep npm ERR! Failed at the @uirouter/angularjs@1.0.4 package script. 21 error prepareGitDep npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 21 error prepareGitDep 21 error prepareGitDep npm ERR! A complete log of this run can be found in: 21 error prepareGitDep npm ERR! e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_logs\2017-07-21T13_53_32_305Z-debug.log 21 error prepareGitDep npm ERR! code ELIFECYCLE 21 error prepareGitDep npm ERR! errno 2 21 error prepareGitDep npm ERR! @uirouter/angularjs@1.0.4 prepare: `npm run package` 21 error prepareGitDep npm ERR! Exit status 2 21 error prepareGitDep npm ERR! 21 error prepareGitDep npm ERR! Failed at the @uirouter/angularjs@1.0.4 prepare script. 21 error prepareGitDep npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 21 error prepareGitDep 21 error prepareGitDep npm ERR! A complete log of this run can be found in: 21 error prepareGitDep npm ERR! e:\Users\claudiu.constantin\AppData\Roaming\npm-cache\_logs\2017-07-21T13_53_32_534Z-debug.log 22 error cb() never called! 23 error This is an error with npm itself. Please report this error at: 24 error