Bootstrap NES 4.6.x
How to configure Bootstrap NES
Installation
Review the Minimum Requirements before starting for a seamless installation.
Follow these steps:
- Update your
Package.json
. - Create or update Your
.npmrc
file. - Install and run.
Detailed Instructions
Substitute the Bootstrap dependencies in your package.json
with the following
package.json
{
"dependencies": {
"bootstrap": "npm:@neverendingsupport/bootstrap@4.6.2-bootstrap-4.6.4",
},
"overrides": {
"bootstrap": { ".": "npm:@neverendingsupport/bootstrap@4.6.2-bootstrap-4.6.4" },
}
}
Create an .npmrc
file with the following
Replace <nes-access-token>
with your access token.
.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<nes-access-token>
Install your dependencies
/bin/sh
npm install
Now you can run your integration tests against Bootstrap NES.
Additional Information
Direct Download URLs
The direct download URL for Bootstrap NES is:
Package | URL |
---|---|
bootstrap 4.6.2-bootstrap-4.6.4 | Download |