First, please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
1. Update your package.json
2. Create or update your .npmrc file
3. Install & Run!
Detailed Instructions
1. Substitute the ngx-translate references in package.json with the following:
"dependencies": {
"@ngx-translate/core": "npm:@neverendingsupport/ngx-translate@14.0.0-core-14.0.1"
...
},
"overrides": {
"@ngx-translate/core": { ".": "npm:@neverendingsupport/ngx-translate@14.0.0-core-14.0.1" },
...
}
2. 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>
3. Install your dependencies and run:
npm install
And just like that, you can run your integration tests against ngx-translate NES!
Available versions:
All package names are: "@neverendingsupport/ngx-translate" with the below version numbers:
- Version 14
- 14.0.0-core-14.0.1
- Version 13
- 13.0.0-core-13.0.1
- Version 12
- 12.1.2-core-12.1.3
- Version 11
- 11.0.1-core-11.0.2
- Version 10
- 10.0.2-core-10.0.3