Hi!
Been struggling with passing the first challange with adding “author” to the package.json.
I’ve used the URL in the “mini” browser as you’re supposed to and i’ve made sure that the app is running.
But when i submit i get :
// running tests
package.json should have a valid “author” key (Test timed out)
// tests completed
And i’ve checked and checked again and it DOES have a valid “author” key and value.
I’ve even tried with the Solution for the challenge to see if there was anything wrong on my part but the supposed solution also failed.
I’ve also tried using another browser (Opera GX browser) instead of Google chrome which i usually use.
Any Ideas?
Your project link(s)
solution link i try to submit: https://replit.com/@gabbekg/boilerplate-npm-3
Project: https://replit.com/@GabbeKG/boilerplate-npm-3#package.json
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

