How to configure jQuery NES
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 jQuery in your package.json with the following:
{
"dependencies": {
"jquery": "npm:@neverendingsupport/1.12.4-jquery-1.12.6"
},
"overrides": {
"jquery": { ".": "npm:@neverendingsupport/1.12.4-jquery-1.12.6" }
}
}
NOTE: the above version (1.12.4-jquery-1.12.6) is a placeholder for the version you are installing, see bottom of the page for our other current version numbers.
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 the service:
npm install
And just like that, you can run your integration tests against jQuery NES!
Additional Information
Other Current jQuery NES Versions:
1.3.2-jquery-1.3.3
1.5.2-jquery-1.5.4
1.6.4-jquery-1.6.7
1.7.2-jquery-1.7.4
2.2.4-jquery-2.2.6
The direct download URL for jQuery NES is:
NOTE: the version represented above (1.12.4-jquery-1.12.6.) is a placeholder for the version you are installing, for the other versions simple replace that with the version you are attempting to download in the url.