Express 3.21.x
How to configure Express NES
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the Express dependencies in your package.json with the following
package.json
{
"dependencies": {
"express": "npm:@neverendingsupport/express@3.21.2-express-3.21.4",
},
"overrides": {
"express": { ".": "npm:@neverendingsupport/express@3.21.2-express-3.21.4" },
}
}
Overrides
The overrides section is optional and may not be needed for your setup.
Create an .npmrc
file with the following
.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Note
Replace <NES_ACCESS_TOKEN>
with your access token.
Install your dependencies
/bin/sh
npm install
And just like that, you can run your integration tests against Express NES!
Additional Information
Direct Download URLs
The direct download URL for Express NES is:
Package | URL |
---|---|
express 3.21.2-express-3.21.4 | Download |