# node ready

This workshop requires the latest stable version of node.

## Task

Update to the latest stable version of node!

Run `npm-tutor verify` to verify you are running the latest version.

## Hint

* Check your node version: `node -v`.
* Check both npm and node versions with `npm version`
* Update node via http://nodejs.org/download/
* Consider using a node version manager such as `nave`, `n` or `nvm`.
