Oracle JavaScript Extension Toolkit (JET) Pack containing JET Composite and JET Resource components from the WebLogic Remote Console project.
npm package, which needs to be listed as a dependency in a JET web app's package.json. To install it, open a terminal window and change directory to the root directory of the JET web app. Afterwards, type the following at the command prompt:`
npm install @oracle/wrc-jet-pack --save
`This will do two things:
* Download and install the latest
@oracle/wrc-jet-pack into the node_modules directory of the JET web app
* Update the dependencies section of the package.json` file of the JET web app.