Not being able to solve the first exercise of npm, author keys & github pages?

Tell us what’s happening:

Describe your issue in detail here.
I am not sure what I am still facing an error, I changed the author sequence and the link to the git pages should be the correct one. How can I come around this, is there something strange with githup pages?
what I get:
// running tests

package.json

should have a valid “author” key // tests completed // console output [Error:

###Your project link(s)

solution: Managing Packages With npm | boilerplate-npm

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

You can’t use GitHub pages they are only for static sites. You need a Node.js server.

Use Gitpod, Replit, or Glitch.

1 Like

Thank you, I will. I was even going to try to host it in Vercel but perhaps it would have failed there as well.

The problem was I hosted the cloned git in github pages and I encountered an issue.

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