Wednesday, August 19, 2020

Oracle JET Setup

Steps to install the Oracle JET through CLI

Prerequisite Installation:  nodejs & npm [https://nodejs.org ]

Verify the node & npm installation by running below commands

$ node --version (Should be greater the < 10)

$ npm --version 
(Should be greater the < 6)

 

Run below commands to install Oracle JET CLI

$ npm cache verify

$ npm install -g @oracle/ojet-cli

$ npm install @oracle/oraclejet@~9.1.0 @oracle/oraclejet-tooling@~9.1.0  

$ ojet --version


No comments:

Post a Comment