Install node shared hosting ssh #4818
              
                
                  
                  
                    Answered
                  
                  by
                    marco-ippolito
                  
              
          
                  
                    
                      madfortech
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Any one tell me how to install node in shared hosting via ssh terminal when i install npm install | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            marco-ippolito
          
      
      
        Jan 10, 2024 
      
    
    Replies: 0 comments 1 reply
-
| you can install nvm (node version manager) through curl or wget | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        madfortech
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
you can install nvm (node version manager) through curl or wget
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashthen
nvm install node,nvm use node