Visit NES for Moment.js Home Page Substitute the Moment.js dependencies in your
Create an
NES for Moment.js Install
A comprehensive guide for installing and configuring Never-Ending Support (NES) for Moment.js in your application.
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
.npmrcfile - Install & Run!
Detailed Instructions
Substitute the Moment.js dependencies in your package.json with the following
{
"dependencies": {
"moment": "npm:@neverendingsupport/moment@2.30.1-moment-2.30.2"
},
"overrides": {
"moment": { ".": "npm:@neverendingsupport/moment@2.30.1-moment-2.30.2" }
}
}
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
And just like that, you can run your integration tests against NES for Moment.js!
Additional Information
Direct Download URLs
The direct download URL for NES for Moment.js is:
| Package | URL |
|---|---|
| moment 2.30.1-moment-2.30.2 | Download |