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

Node.js is an open-source tool that converts an SVG icon file to a font glyph.

Procedure

  1. Visit https://nodejs.org and download the Node.js installer.
  2. Run the Node.js installer.
  3. Open a command prompt and change to the following directory: PolicyCenter/modules/configuration/webresources/sass/icons.
  4. 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