angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.54k stars 3k forks source link

Error installing version 1.0.3 of ui-router #3596

Closed nvivo closed 6 years ago

nvivo commented 6 years ago

I have a project that was building fine for months. It seems some change was made in the repository that it's not running anymore.

I'm running node 9.30 with npm 5.6 on windows 10:

> @uirouter/core@5.0.3 install D:\MyProject\node_modules\@uirouter\core
> node ./migrate/migratewarn.js

npm WARN bume.io No description
npm WARN bume.io No repository field.
npm WARN bume.io No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 3221225477
npm ERR! @uirouter/core@5.0.3 install: `node ./migrate/migratewarn.js`
npm ERR! Exit status 3221225477
npm ERR!
npm ERR! Failed at the @uirouter/core@5.0.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

yarn 1.3.2:

error D:\MyProject\node_modules\@uirouter\core: Command failed.
Exit code: 3221225477
Command: node ./migrate/migratewarn.js
Arguments:
nvivo commented 6 years ago

I'm closing this. It seems there was an update for windows 10 that either caused this or solved. After rebooting to finish the updates, things went back to normal.