Registering a user on the npm Registry.


npm adduser

//Enter username, passward and email address

//To check you are logged in, do
npm whoami

//Next time to log in:
npm login

Check the user has been added to the registry at https://npmjs.com/~username



Done!