I can't get past the first APIs and Microservices exercise

I’ve recently picked up freeCodeCamp again to brush up on my API skills. I started with the first lesson, but I can’t seem to get freeCodeCamp to see the “author” key in my package.json file.

I tried just adding a basic index.html file and then pulling the package.json in with script tags (probably wrong). No luck.
I then created a VueCLI app, with a package.json that includes my “author” key.

Your project link(s)

Attempted solution: https://pensive-bell-9e6d13.netlify.app

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

Github repo for reference: GitHub - pggonni/apis-microservices-vue

sorry, there has been a little mishup there, the links to the boilerplates will be back as soon as possible

to start you need to fork this:
GitHub - freeCodeCamp/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.

1 Like

Thank you @ilenia , I definitely wasn’t told about this at all by the UI! I appreciate your super quick answer

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.