Install and configure Node.js
Install the third-party tool Node.js so you can add a new SVG icon to PolicyCenter.
About this task
Procedure
- Visit https://nodejs.org and download the Node.js installer.
- Run the Node.js installer.
- Open a command prompt and change to the following directory: PolicyCenter/modules/configuration/webresources/sass/icons.
-
Run the following command: npm install
Note: If the installation shows an error installing the node-gyp package, then run the command npm install node-gyp, and then run npm install again.
What to do next
See also
