diff --git a/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json b/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json index 5e068a0c1d..917a6ae8f9 100644 --- a/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json +++ b/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json @@ -6,35 +6,41 @@ "challenges": [ { "id": "bd7153d8c441eddfaeb5bd0f", - "title": "Manage Packages with NPM", + "title": "Manage Packages with npm", "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.", - "If you don't already have Cloud 9 account, create one now at http://c9.io.", + "If you don't already have a Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io 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.", - "Give your workspace a name.", - "Choose Node.js in the selection area below the name field.", + "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.", + "Choose \"Blank\" in the template section.", "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.", - "Install how-to-npm with this command: npm install -g how-to-npm", + "Install how-to-npm with this command: npm install -g how-to-npm.", "Now start the tutorial by running how-to-npm.", "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: cd ~/workspace.", "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 how-to-npm and try again.", "Also, if you experience a bug, and you think you understand the concept, you can skip a step by running how-to-npm verify skip in the terminal.", "You can view this Node School module's source code on GitHub at https://github.com/npm/how-to-npm.", - "Complete \"Install NPM\"", + "Complete \"Install npm\"", "Complete \"Dev Environment\"", "Complete \"Login\"", - "Complete \"Start a Project\"", - "Complete \"Install a Module\"", + "Complete \"Start A Project\"", + "Complete \"Install A Module\"", "Complete \"Listing Dependencies\"", - "Complete \"NPM Test\"", + "Complete \"npm Test\"", "Complete \"Package Niceties\"", "Complete \"Publish\"", "Complete \"Version\"", "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": [ "yIz8RTe-bZk" @@ -82,11 +88,12 @@ "Open up http://c9.io and sign in to your account.", "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.", - "Choose Node.js in the selection area below the name field.", + "Choose \"Blank\" in the template section.", "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.", - "Run this command: sudo npm install -g learnyounode", - "Now start this tutorial by running learnyounode", + "Update npm with this command: npm install -g npm.", + "Install learnyounode with this command: npm install -g learnyounode.", + "Now start this tutorial by running learnyounode.", "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: cd ~/workspace.", "You can view this Node School module's source code on GitHub at https://github.com/workshopper/learnyounode.",