How to correctly copy repl.it url?

Tell us what’s happening:

I guess I am doing something wrong.
Lessons do not get my changes in repl.it.
Can anyone help me, please?

Your code so far

Your browser information:

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

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

Link to the challenge:

This is how I did it:

In the introduction, where it says

Start this project on Repl.it using this link or clone this repository on GitHub! If you use Repl.it, remember to save the link to your project somewhere safe!

I’m clicking this link.
My browser opens a new tab with repl.it. After I logged in with GitHub Repl.it tells me it’s cloning the project.
After that, in the topleft it says ngschaider/boilderplate-npm which tells me this is now my project.

What behavior are you experiencing?
I recommend logging in with some sort of account so the project is linked to your account

2 Likes

Thanks for your reply.
Pretty much same behavior as for you.
But, when I copy the url, it claims that author does not have valid key.
I can’t see the mistake.

Okay, I know what the problem is. Maybe I can find a solution

Basically, the test is not passing because the “author” key is missing in “package.json”.
Did you copy the correct URL?
You can find it in the address bar above the terminal after starting the repl. It should end with .repl.co

1 Like

Aha, omg!
Thanks! It solved.
I was copying the url from the address bar before.
Have a good day ^^