My best advice is to follow these steps:
- Log into Glitch. When you click the ‘Sign in’ button, you’ll be given a few options. Choose ‘Sign in with GitHub’.
- Go the the part of the freeCodeCamp curriculum called “Managing Packages with Npm.”
- Click the link to “Introduction to the Managing Packages with npm Challenges”
- At the bottom of the introduction, just above the very large green button that says ‘Go to the first lesson’, you’ll see the following sentence:
“Start this project on Glitch using this link or clone this repository on GitHub! If you use Glitch, remember to save the link to your project somewhere safe!”
- Click ‘this link’ and you’ll be taken to Glitch (You should already be signed in at this point). Keep your eye on the top-right corner of the page; after a few seconds of page-loading, you’ll see the message there ‘Importing from GitHub’, followed by ‘Import successful’ and ‘Connected’. You should now have a
package.jsonfile for editing. DO NOT EDIT THEserver.jsFILE.
Hope this helps.