JET application as NodeJS Build Issue
Summary
JET application as NodeJS Build IssueContent
Hi All,
We are trying to deploy a JET application as NodeJS application in ACCS.
We are trying to build the application in DevCS using below build steps:
npm install
npm install grunt-oraclejet
npm install load-grunt-config
npm install oraclejet-tooling
grunt build
cd web
zip -r oabc.zip .
However, it errors out with below Error:
+ npm install oraclejet-tooling
npm WARN engine oraclejet-tooling@3.2.0: wanted: {"node":">=4.0.0"} (current: {"node":"0.12.7","npm":"2.11.3"})
oraclejet-tooling@3.2.0 node_modules/oraclejet-tooling
├── lodash.isfunction@3.0.8
├── lodash.escaperegexp@4.1.2
├── connect-livereload@0.6.0
├── lodash.difference@4.5.0
├── lodash.union@4.6.0
├── lodash.mergewith@4.6.0
├── lodash.remove@4.7.0
├── xmldom@0.1.27
├── opn@4.0.2 (object-assign@4.1.1, pinkie-promise@2.0.1)
├── fs-extra@1.0.0 (klaw@1.3.1, jsonfile@2.4.0, graceful-fs@4.1.11)
├── glob@7.1.2 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, minimatch@3.0.4, inflight@1.0.6, once@1.4.0)