Skip to content

Instantly share code, notes, and snippets.

@autocircled
Created December 16, 2025 09:11
Show Gist options
  • Select an option

  • Save autocircled/4339b24c9bb55e966ef38d61caa433cc to your computer and use it in GitHub Desktop.

Select an option

Save autocircled/4339b24c9bb55e966ef38d61caa433cc to your computer and use it in GitHub Desktop.
# In cpanel when deploying an nodejs app
# we need to first go to terminal and activate virtual env
source /home/veriffid/nodevenv/paidup.net/18/bin/activate && cd /home/veriffid/paidup.net
# Then find node version using
# then install packages
# First, check what npm is available
which -a npm
# Try using the global npm
/opt/cpanel/ea-nodejs18/bin/npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment