Part 1: How to Prepare Your PC for the SN-CLI: Installing Prerequisites
by Jake Laux and Freddy Reza
When getting into ServiceNow Component Development, you’ll have to configure your PC for SN-CLI installation! We’ve put together a list of instructions to make the installation of prerequisites as easy as possible.
Install Node & NPM
MacOS
Link to Install NVM, download, & install 64-bit MacOS Installer
Windows
Link to Install NVM
Download “nvm-setup.zip”
Unzip, run as administrator, & accept defaults
Open Command Prompt & run “nvm install 12.6.0"
Run “nvm use 12.6.0”
Install VSCode (or your favorite IDE)
If you need more details / context you can check out our Setting up the Now UI Framework on MacOS blog post for Mac OS or our Setting up the Now UI Framework on Windows blog post for Windows. These articles run through setting up the prerequisites, configuring the CLI, creating a component, debugging steps, and getting started with a “Hello World” example.
#servicenow #pc #install #cli