Change instructions for how-to-npm and learnyounode challanges

This commit is contained in:
hutstep
2016-06-04 12:56:43 +02:00
parent 263d1e21f6
commit e6fd9c4b48

View File

@ -6,35 +6,41 @@
"challenges": [ "challenges": [
{ {
"id": "bd7153d8c441eddfaeb5bd0f", "id": "bd7153d8c441eddfaeb5bd0f",
"title": "Manage Packages with NPM", "title": "Manage Packages with npm",
"description": [ "description": [
"We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.", "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.",
"If you don't already have Cloud 9 account, create one now at <a href='http://c9.io' target='_blank'>http://c9.io</a>.", "If you don't already have a Cloud 9 account, create one now at <a href='http://c9.io' target='_blank'>http://c9.io</a>.",
"Open up <a href='http://c9.io' target='_blank'>http://c9.io</a> and sign in to your account.", "Open up <a href='http://c9.io' target='_blank'>http://c9.io</a> and sign in to your account.",
"Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.", "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.",
"Give your workspace a name.", "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.", "Choose \"Blank\" in the template section.",
"Click the Create button. Then click into your new workspace.", "Click the Create button. Then click into your new workspace.",
"In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.", "In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
"Install <code>how-to-npm</code> with this command: <code>npm install -g how-to-npm</code>", "Install <code>how-to-npm</code> with this command: <code>npm install -g how-to-npm</code>.",
"Now start the tutorial by running <code>how-to-npm</code>.", "Now start the tutorial by running <code>how-to-npm</code>.",
"Note that you can resize the c9.io's windows by dragging their borders.", "Note that you can resize the c9.io's windows by dragging their borders.",
"Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: <code>cd ~/workspace</code>.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: <code>cd ~/workspace</code>.",
"Note that you can only add dist tags to the specific version numbers published in steps 8 and 10. If you receive a 403 or 404 error, run <code>how-to-npm</code> and try again.", "Note that you can only add dist tags to the specific version numbers published in steps 8 and 10. If you receive a 403 or 404 error, run <code>how-to-npm</code> and try again.",
"Also, if you experience a bug, and you think you understand the concept, you can skip a step by running <code>how-to-npm verify skip</code> in the terminal.", "Also, if you experience a bug, and you think you understand the concept, you can skip a step by running <code>how-to-npm verify skip</code> in the terminal.",
"You can view this Node School module's source code on GitHub at <a href='https://github.com/npm/how-to-npm'>https://github.com/npm/how-to-npm</a>.", "You can view this Node School module's source code on GitHub at <a href='https://github.com/npm/how-to-npm'>https://github.com/npm/how-to-npm</a>.",
"Complete \"Install NPM\"", "Complete \"Install npm\"",
"Complete \"Dev Environment\"", "Complete \"Dev Environment\"",
"Complete \"Login\"", "Complete \"Login\"",
"Complete \"Start a Project\"", "Complete \"Start A Project\"",
"Complete \"Install a Module\"", "Complete \"Install A Module\"",
"Complete \"Listing Dependencies\"", "Complete \"Listing Dependencies\"",
"Complete \"NPM Test\"", "Complete \"npm Test\"",
"Complete \"Package Niceties\"", "Complete \"Package Niceties\"",
"Complete \"Publish\"", "Complete \"Publish\"",
"Complete \"Version\"", "Complete \"Version\"",
"Complete \"Publish Again\"", "Complete \"Publish Again\"",
"Note Once you've completed these steps, you can skip the rest (which are currently buggy) and move on to our next challenge." "Complete \"Dist Tag\"",
"Complete \"Dist Tag Removal\"",
"Complete \"Outdated\"",
"Complete \"Update\"",
"Complete \"Rm\"",
"Complete \"Finale\"",
"Once you've completed these steps, move on to our next challenge."
], ],
"challengeSeed": [ "challengeSeed": [
"yIz8RTe-bZk" "yIz8RTe-bZk"
@ -82,11 +88,12 @@
"Open up <a href='http://c9.io' target='_blank'>http://c9.io</a> and sign in to your account.", "Open up <a href='http://c9.io' target='_blank'>http://c9.io</a> and sign in to your account.",
"Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.",
"Give your workspace a name and an optional description.", "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.", "Choose \"Blank\" in the template section.",
"Click the \"Create workspace\" button.", "Click the \"Create workspace\" button.",
"Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.",
"Run this command: <code>sudo npm install -g learnyounode</code>", "Update <code>npm</code> with this command: <code>npm install -g npm</code>.",
"Now start this tutorial by running <code>learnyounode</code>", "Install <code>learnyounode</code> with this command: <code>npm install -g learnyounode</code>.",
"Now start this tutorial by running <code>learnyounode</code>.",
"Note that you can resize the c9.io's windows by dragging their borders.", "Note that you can resize the c9.io's windows by dragging their borders.",
"Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: <code>cd ~/workspace</code>.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: <code>cd ~/workspace</code>.",
"You can view this Node School module's source code on GitHub at <a href='https://github.com/workshopper/learnyounode'>https://github.com/workshopper/learnyounode</a>.", "You can view this Node School module's source code on GitHub at <a href='https://github.com/workshopper/learnyounode'>https://github.com/workshopper/learnyounode</a>.",