First, please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
. - Create or update your
.npmrc
file. - Install & Run!
Detailed Instructions
-
Substitute the UI Router references in
package.json
with the following:"dependencies": {
"angular-ui-router": "npm:@neverendingsupport/angularjs-essentials@0.4.2-uirouter-angularjs-0.4.3"
},
"overrides": {
"angular-ui-router": { ".": "npm:@neverendingsupport/angularjs-essentials@0.4.2-uirouter-angularjs-0.4.3" }
} -
Create an
.npmrc
file with the following:
- Replace<NES_ACCESS_TOKEN>
with your access token.@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN> -
Install your dependencies and run:
npm install
And just like that, you can run your integration tests against AngularJS UI Router NES!
Additional Information
The direct download URLs for AngularJS UI Router 0.4 NES are: