Is anyone having luck getting the gomix challenges to pass the tests? My project is working fine, but the tests will not pass. I started a new project -
and I’m trying to pass the “Meet the Node Console” test. The result says “Hello World is not in the server console”, yet it is. Is it a bug, or user error? Thanks.
This template seems to already have some things in the “server.js” file which will allow the fcc website to grade your work. And the file “MyApp.js” is were you are supposed to write your code. However, if you jump directly into the “meet the node console” challenge, there’s no information about this. Since we have a Map, it is expected that some campers will be jumping around from challenge to challenge not always doing things in a linear way. So it should be explained on each challenge section how to start from the Gomix template.
Then the second confusing part is, which link does fcc want?
It is not obvious to me which one to use. After trial and error I know that it is the live project link. This should be explained in the challenge description.