Created
December 16, 2025 09:11
-
-
Save autocircled/4339b24c9bb55e966ef38d61caa433cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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