1. $yum install -y gcc-c++ make
2. Download Node.js (https://nodejs.org/en/) 

3. Extract it with "tar xf node-version-linux-x64.tar.xz".
4. $sudo cp -a node-v4.5.0-linux-x64/{bin,include,lib,share} /usr/
5. Install bower: "npm install -g bower" 

6. Install grunt-cli: "npm install -g grunt-cli"

7. Verify if node and npm was installed successfully:

How to Setup Node.js and Oracle JET on Oracle Linux

8. Install Oracle JET:
   $npm -g install @oracle/ojet-cli
9. Create new JET application with OJET utility:

   $ojet create jetapp --template=navdrawer

10. $cd jetapp 

11. $sudo ojet serve

How to Setup Node.js and Oracle JET on Oracle Linux

相关文章:

  • 2021-07-30
  • 2022-02-09
  • 2021-08-13
  • 2021-11-21
  • 2022-12-23
  • 2021-10-27
  • 2021-06-07
  • 2021-11-28
猜你喜欢
  • 2021-11-20
  • 2021-09-12
  • 2021-09-20
  • 2021-06-29
  • 2021-09-23
  • 2021-07-16
  • 2021-12-15
相关资源
相似解决方案