NES for Dojo 1.7.x Trial
Evaluate the Dojo 1.7.x NES (Never‑Ending Support) Trial Version
Installation
Review the Minimum Requirements before starting for a seamless installation.
Follow these steps:
- Update your
package.json. - Create or update your
.npmrcfile. - Install and run.
Dojo version 1.7.2 was not originally distributed via npm. The NES for Dojo packages of dojo, dijit and dojox are availabe for installation via npm and also direct download.
These NES packages are compatible with an existing Dojo util version 1.7.2 package. If the Dojo util package is needed, it can be downloaed and extracted from the original Dojo 1.7.2 release archive.
Detailed Instructions
Substitute the Dojo dependencies in your package.json with the following
Remove any packages you are not using (e.g.,
dijitordojox).
{
"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
@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
Credentials for Trial Downloads
When utilizing our browser links for direct download - you will be redirected to a page that will prompt you for "Sign In" credentials. For trial packages, you simply need to enter the below and click submit. This will not redirect to another page, but you should see the file appear in your downloads shortly thereafter.
- Username: HeroDevs
- Password: neverendingsupport
Direct download URLs for Dojo 1.7.x Trial are available below: