How Install NPM For All Users?

How Install NPM For All Users? Open an administrator level command prompt. Note the current global prefix: npm prefix -g. Set the global prefix to the CI user: npm config set prefix <C:UsersCI_USERAppDataRoamingnpm> Install the needed packages: npm i -g PKG. Restore the prefix to the previous value. How do I install npm globally? Install