Git Product home page Git Product logo

line-maker's Introduction

PPM-Image-Creator

Generation of PPM Images

How to Node in Windows (and MacOS)

  1. Download Node from Node.js.
  2. Run the installer and follow the prompts given
  3. Viola! You have Node. You may have to restart your computer for the changes to take effect.

Testing Node

It is always a good idea to test if Node has been successfully installed. To test, run:

node -v

This should print out the version of Node, which is currently v10.15.1

The installation guide for MacOS is identical with the exception of the installer. Windows uses the extension .msi while MacOS uses extension .pkg.

How to Node in Ubuntu

  1. Make sure your packages are in order! Run the following command to update the package list:
sudo apt update
  1. Install Node.js Remember to use a user that has sudo access!
sudo apt install nodejs
  1. Viola! You have Node. Verify installation by checking the version:
nodejs --version

This should print out the version, which at the time of writing is v10.15.1.

  1. (OPTIONAL) Make an alias to nodejs. Navigate to your .bashrc file(usually in your root(~) directory) and type the following in:
alias node='nodejs'

This will let you call nodejs as simply node.

line-maker's People

Contributors

pgreatness avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.