Skip to content

Instantly share code, notes, and snippets.

@jaxtheking
Created September 18, 2019 00:16
Show Gist options
  • Save jaxtheking/41c9bec6abd3b89007c9108686899515 to your computer and use it in GitHub Desktop.
Save jaxtheking/41c9bec6abd3b89007c9108686899515 to your computer and use it in GitHub Desktop.
Enable Node & NPM globally on a cPanel server
$ ln -s /opt/cpanel/ea-nodejs10/bin/npm /usr/local/sbin/npm
$ ln -s /opt/cpanel/ea-nodejs10/bin/node /usr/local/sbin/node
$ chmod +x /usr/local/sbin/npm
$ chmod +x /usr/local/sbin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment