Installing NodeJs on ubuntu

1. apt-get update
2. apt-get install nodejs
3. apt-get install npm

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl