Install Dependencies Through Node Package Manager
After you've set your paths and installed Content Toolkit from GitHub, use node package manager (npm) to install sites dependencies.
- 
                     
                     
Navigate to the sites directory of your Oracle Content Management Toolkit installation.
 - 
                     
                     
Run
npm install 
If you are using a proxy to access the internet, set the proxy for npm with
            the npm config command. See https://docs.npmjs.com/misc/config. To set the proxy for bower, see https://bower.io/docs/config/.
               
Note:
Ensure that you have Node.js 14.0.0 or later (https://nodejs.org/) installed on your local computer.