Updated index.md from a stub. (#29731)

Added a cautionary note about the somewhat regular issue with Glitch where the FCC boilerplate app does not import. This is a common complaint on the forum from people who have no idea that the issue stems from Glitch.
This commit is contained in:
alittlepickle
2019-03-06 04:49:24 +05:30
committed by Randell Dawson
parent a8a7f47e49
commit 86835361f1

View File

@@ -3,11 +3,14 @@ title: How to Use package.json, the Core of Any Node.js Project or npm Package
---
## How to Use package.json, the Core of Any Node.js Project or npm Package
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
This is a simple exercise, you should be able to complete it by following the steps listed in the exercise itself.
CAUTION:
Note that there is an issue with Glitch, where the link that clones the specific FreeCodeCamp app on Glitch may not actually clone the app and instead give you the default Glitch app. The README.MD file should say "Backend Challenges boilerplate - package.json", if it doesn't, you don't have the FreeCodeCamp version of the app and your tests will not pass. The solution is to try until you actually get the the proper app imported.
You should go over to the `package.json` file in your project. As mentioned in the instructional section of the lesson, JSON is written in key pairs like this:
```code
"author": "Jane Doe",
```
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.