Create a new folder for your project and open it:
$ mkdir test-project
$ cd test-project
You need to create and setup a new node project in this folder. Running npm init
will guide you through setting the project information. You can just use the defaults for now.