AngularJS 1.5.x NES Configuration Instructions
How to configure AngularJS 1.5.x NES Packages
Minimum Requirements
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 AngularJS dependencies in your package.json with the following
package.json
Transitive Dependencies
All of the entries in the overrides block are not necessarily required. If you're not using a package (directly or transitively) you may omit it. Conversely, if installation fails because a third party dependency expects the Open Source version of a dependency, use the recipe above to "overwrite" that specific requirement.
Create an .npmrc
file with the following
Replace <NES_ACCESS_TOKEN>
with either your access token or a valid email
Install your dependencies and run the service
And just like that, you can run your integration tests against AngularJS 1.5.x NES!
Additional Information
The direct download URLs for AngularJS NES 1.5.23 are:
Package | Version | Direct Download Link |
---|---|---|
angularjs | 1.5.23 | Download |
angular-aria | 1.5.23-aria | Download |
angular-i18n | 1.5.23-i18n | Download |
angular-mocks | 1.5.23-mocks | Download |
angular-route | 1.5.23-route | Download |
angular-touch | 1.5.23-touch | Download |
angular-loader | 1.5.23-loader | Download |
angular-animate | 1.5.23-animate | Download |
angular-cookies | 1.5.23-cookies | Download |
angular-messages | 1.5.23-messages | Download |
angular-resource | 1.5.23-resource | Download |
angular-sanitize | 1.5.23-sanitize | Download |
angular-parse-ext | 1.5.23-parse-ext | Download |
angular-message-format | 1.5.23-message-format | Download |