Tell us what’s happening:
Dear FreeCodeCamp Support Team,
I am working through the first module of the FreeCodeCamp Node.js and npm curriculum: “How to Use package.json, the Core of Any Node.js Project or npm Package.”
I followed the instructions to add a valid “author” key in my package.json file and saved the changes to my GitHub repository. You can find my project here: GitHub Repository: GitHub - Shekoofeh31/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.
However, when I run the code, I receive the following output:
// running test
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36
Challenge Information:
Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package