# Register with npm

Later, we'll be publishing some packages to the npm registry. Let's
prepare for this now by making sure we're registered npm.

## Task

Make sure you're registered and logged into npm, then run `npm-tutor verify`.

## Hints

* `npm help whoami`
* `npm help adduser`

