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 [email protected]: wanted: {"node":">=4.0.0"} (current: {"node":"0.12.7","npm":"2.11.3"})
[email protected] node_modules/oraclejet-tooling
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])