Backend development and API first lesson error

Trying to complete the “Managing Packages with NPM” exercise in the “Backend development and APIs” track. I keep getting an error even though my package.json has the author field.

Your project link(s)

solution: https://backend-dev.mj_writes.repl.co

https://mjwrites.github.io/backend-dev/

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

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

Link to the challenge:

There are some odd issues with Replit. If I replace the dot before your user name with two dashes as suggested in this thread the full page loads for me. With the dot, it just gives an SSL error.

So like this:

https://backend-dev--mj_writes.repl.co/

You can also use the iframe URL instead.

https://e10d7d98-ac19-4c93-a7dc-21812f956e29.id.repl.co


I’m not sure what is going on with Replit. I was thinking it might be related to the user name (like the _ in your name) but I don’t see any pattern with that and other users with the same issue. You can try changing your user name from the profile settings (it can be done once) to test it.

https://replit.com/~/cli/account/change-username

Otherwise, there are other sites like Glitch you can try using instead. Just import the starter GitHub repo for the project when creating a new project.

note you can have only front-end projects on github pages, anything else is not supported

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