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-bootstrap references in package.json with the following:
"dependencies": {
"ngx-bootstrap": "npm:@neverendingsupport/ngx-bootstrap@10.3.0-ngx-bootstrap-10.3.1"
...
},
"overrides": {
"ngx-bootstrap": { ".": "npm:@neverendingsupport/ngx-bootstrap@10.3.0-ngx-bootstrap-10.3.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-bootstrap NES!
Available versions:
All package names are: "@neverendingsupport/ngx-bootstrap" with the below version numbers:
- Version 10
- 10.3.0-ngx-bootstrap-10.3.1
- Version 9
- 9.0.0-ngx-bootstrap-9.0.1
- Version 8
- 8.0.0-ngx-bootstrap-8.0.1
- Version 7
- 7.1.2-ngx-bootstrap-7.1.3
- Version 6
- 6.2.0-ngx-bootstrap-6.2.1
- Version 5
- 5.6.2-ngx-bootstrap-5.6.3
- Version 4
- 4.3.0-ngx-bootstrap-4.3.1
- Version 3
- 3.3.0-ngx-bootstrap-3.3.1