Bootstrap NES 4.6.x

How to configure Bootstrap NES

Installation

Follow these steps:

  1. Update your Package.json.
  2. Create or update Your .npmrc file.
  3. 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:

PackageURL
bootstrap
4.6.2-bootstrap-4.6.4
Download