Tell us what’s happening:
Replit correct submission test timing out on FreeCodeCamp. App runs on replit preview browser, but when opening in new tab, times out with “site cannot be reached” error.
All files cloned directly from the GitHub. App works with Http, but not with secure Https.
Your project link(s)
code: https://replit.com/@gil2richard/test#
solution: https://test.gil2richard.repl.co
error images:
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge:
1 Like
lasjorg
September 14, 2021, 5:19pm
2
Replit seems to be broken right now. You can try using Glitch instead.
I don’t understand what I have may do here. I include my name as an author.
**
{
“name”: “fcc-learn-npm-package-json”,
“dependencies”: {
“express”: “^4.14.0”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“version”: “1.0.0”,
“author”: “Gabriel Baldez”,
“license”: “ISC”
}
**
Informações de seu navegador:
Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Desafio: Utilizar o pac…
1 Like
system
Closed
March 16, 2022, 5:19am
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.