Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to install Node, NPM and others Node Module in Ubuntu

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 485
    Comment on it

    Node.js is a Javascript platform for server-side programming that allows users to build network applications quickly.

    In order to get this version, we just have to use the apt package manager.

    sudo apt-get install nodejs
    

    We need to install the NPM(Node Package Manager) to run the Node.js . You can use this command.

    sudo apt-get install npm
    

    The above two command will install the Node and NPM according to package.json file. If you want to install by using particular Module , you may use the following command.


    To install the express framework.

    npm install -g express
    

    Hope you all good time with Node.js

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: