NES for Dojo 1.7.x Trial

Evaluate the Dojo 1.7.x NES (Never‑Ending Support) Trial Version

Installation

Follow these steps:

  1. Update your package.json.
  2. Create or update your .npmrc file.
  3. Install and run.

Detailed Instructions

Substitute the Dojo dependencies in your package.json with the following

Remove any packages you are not using (e.g., dijit or dojox).

package.json
{
  "dependencies": {
    "dojo": "npm:@neverendingsupport/dojo@1.7.2-dojo-1.7.3-trial",
    "dijit": "npm:@neverendingsupport/dijit@1.7.2-dijit-1.7.3-trial",
    "dojox": "npm:@neverendingsupport/dojox@1.7.2-dojox-1.7.3-trial"
  },
  "overrides": {
    "dojo": { ".": "npm:@neverendingsupport/dojo@1.7.2-dojo-1.7.3-trial" },
    "dijit": { ".": "npm:@neverendingsupport/dijit@1.7.2-dijit-1.7.3-trial" },
    "dojox": { ".": "npm:@neverendingsupport/dojox@1.7.2-dojox-1.7.3-trial" }
  }
}

Create an .npmrc file with the following

.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=neverendingsupport

Install your dependencies

npm install

Now you can run your Dojo 1.7.x Trial application.

Important Trial Information

Please review the following information regarding the Dojo 1.7.x Trial:

  • This trial is intended for evaluation & integration validation purposes only
  • The trial and optional demo repository are provided as-is, without any warranty or guarantee of any kind
  • The trial is not intended for production usage and does not contain any security fixes or patches
  • While the trial is useful for evaluation & verification purposes, you should consult HeroDevs Sales Team with any questions about adoption

Additional Information

Direct Download URLs

Direct download URLs for Dojo 1.7.x Trial are available below:

PackageURL
dojo
1.7.2-dojo-1.7.3-trial
Download
dijit
1.7.2-dijit-1.7.3-trial
Download
dojox
1.7.2-dojox-1.7.3-trial
Download