make npm script globally available code example Example 1: install npm globally npm install npm@latest -g Example 2: how to install npm packages globally npm i -g <package>