Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Migration from Jet6.1.0 to Jet7.0.0

2720435Jul 12 2019 — edited Jul 12 2019

I am using ojet-cli as Jet7.0.0 and find below installation details 

$ npm install -g @oracle/ojet-cli@~7.0.0

$ ojet --version

Oracle JET Command Line Interface, version: 7.0.0

$ npm install @oracle/oraclejet@~7.0.0 @oracle/oraclejet-tooling@~7.0.0 --save

package.json file:

"dependencies": {

    "@oracle/oraclejet": "^7.0.1",

    "@oracle/oraclejet-tooling": "^7.0.0"

  },

Wondering why oraclejet version being added as 7.0.1 whereas I have installed 7.0.0 in package.json file!!

Comments
Post Details
Added on Jul 12 2019
1 comment
218 views