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
This is by no means required as part of the homework. I found this tool while I was working with Node.js, and I found it very useful, so I really recommend you use learnyounode to learn some Node.js basics.
If you find other materials more useful, feel free to use them.
Linux environment setup
we need a virtual Ubuntu machine to make sure everybody uses the same command to install learnyounode. Please go to c9 to create a new account if you don't have one.
After getting your own account, click the "+" sign to create a new server.
Pick a name, description (optional). Then choose blank in template section.
Then create the workspace.
learnyounode setup
when you run the instance, update npm with this command: npm install -g npm.
type nvm install v6.11.3 This will make sure npm is in its latest recommended version.
type npm install -g learnyounode, then you will have it installed if no errors occured!
How to start
type learnyounode on c9 console command line.
follow instructions.
and ...
there are solutions online and search learnyounode solution.
The text was updated successfully, but these errors were encountered:
DISCLAIMER
This is by no means required as part of the homework. I found this tool while I was working with Node.js, and I found it very useful, so I really recommend you use
learnyounode
to learn some Node.js basics.If you find other materials more useful, feel free to use them.
Linux environment setup
we need a virtual Ubuntu machine to make sure everybody uses the same command to install learnyounode. Please go to c9 to create a new account if you don't have one.
After getting your own account, click the "+" sign to create a new server.
Pick a name, description (optional). Then choose
blank
in template section.Then create the workspace.
learnyounode
setupwhen you run the instance, update npm with this command:
npm install -g npm
.type
nvm install v6.11.3
This will make sure npm is in its latest recommended version.type
npm install -g learnyounode
, then you will have it installed if no errors occured!How to start
learnyounode
on c9 console command line.and ...
learnyounode solution
.The text was updated successfully, but these errors were encountered: