Beginner
- Install node.js - node.js is a platform that allows you to run JavaScript outside of your browser. Grasp is written in JavaScript and requires node.js to run.
- Run
npm install -g grasp
- the-g
flag stands forglobal
, this tells npm to install Grasp globally so you can access Grasp from anywhere. If you do not have the necessary permissions, you may have to usesudo npm install -g grasp
. - Type in
grasp --help
- the help information should display. - Done!
Advanced
npm install -g grasp