You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you have nvm installed, run nvm install v0.12.0
Make sure node and npm are both working. Type node into your console and check to see if it takes you to the javascript REPL. Type npm into your console and check to see if it outputs usage info.
Create a file called server.js and paste the following code: