Test doesn't passed in 3 browser

Tell us what’s happening:
My code written as the solution required:

  1. “dependencies” should include “moment”
  2. “moment” version should match “~2.10.2”

However, I switched between Windows and MacOs, using Chrome, brave, IE Edge, and Mac Safari, my code looks correct but doesn’t passed, someone ever asked the same question, but seems not been solved.

Your code so far


{
	"name": "fcc-learn-npm-package-json",
  "author": "Tim",
  "description": "A project that does somethiong awesome",
  "keywords": [ "descriptive", "related", "freecodecamp" ],
  "license" : "MIT",
  "version": "0.0.1",
	"dependencies": {
    "moment": "~2.10.2"
	},
	"main": "server.js",
	"scripts": {
		"start": "node server.js"
	},
	"engines": {
		"node": "8.11.2"
	},
	"repository": {
		"type": "git",
		"url": "https://idontknow/todo.git"
	}
}

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15.

Challenge: Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency

Link to the challenge:

Welcome, chia.

Could you please post the link to your project?

It is likely that this is an issue with Glitch. In which case, it would be best for you to try doing the project in Repl.it.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Hi Ariel,
Thank you for your kind instruction,
I will apply it,
sorry… :smile: I am new to here.

Hi Sky,

this is the link:
https://panoramic-righteous-mayflower.glitch.me

If there was no issue with Github, I would prefer doing the project with it, but I also had stuck when doing with GitHub in previous section.

Unfortunately, this looks like a problem with Glitch.

If you open the Glitch logs, do you see any error messages?

As a tip: If, when you click on Show -> Open in new window, and the page does not load, then either there is a problem with Glitch (in which case, there is nothing you can do), or there is a problem with your app’s server (in which case, opening the logs within Glitch should show some useful error message). But, either way, submitting the link will never pass the tests, because freeCodeCamp cannot make a request to a page that is not working.

Yes, it can’t be shown in the new tab,
it times out and jump to the home page

Same issue with Github