Visit Bootstrap NES Home Page Substitute the Bootstrap dependencies in your
Create an
Bootstrap NES 4.6.x
Installation and configuration for Bootstrap NES 4.6.x.
Installation
Review the Minimum Requirements before starting for a seamless installation.
Follow these steps:
- Update your
Package.json. - Create or update Your
.npmrcfile. - 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.5",
},
"overrides": {
"bootstrap": { ".": "npm:@neverendingsupport/bootstrap@4.6.2-bootstrap-4.6.5" },
}
}
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 .
Additional Information
Direct Download URLs
The direct download URL for is:
| Package | URL |
|---|---|
| bootstrap 4.6.2-bootstrap-4.6.5 | Download |