challenge - Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package
i got stuck in this challenge i pasted glitch share app link it showing “Timeout has occurred”
please help me
challenge - Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package
i got stuck in this challenge i pasted glitch share app link it showing “Timeout has occurred”
please help me
When I see Timeout has occurred
, I try submit my link app again.
Your code? What do link submit you?
I cannot see your code / app.
Please, your json?
{
“name”: “fcc-learn-npm-package-json”,
“dependencies”: {
“express”: “^4.14.0”,
“moment”: “2.14.0”
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
},
author:“mohammed rabiulla”,
“description”: “I am learning node”,
“keywords”: [ “freecodecamp”, “learning node”, “online” ],
“license”: “MIT”,
“version”: “1.2”
}
which link should i use ? i have used from share button in left side.
is this correct?
You submit the app link. You are right. For now.
Try:
author -> "author"
i have done this but still same issue