Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package plesese help me

Tell us what’s happening:
my code is correct but it is not submitting I am using repl.it

Your code so far

{
	"name": "fcc-learn-npm-package-json",
  "author": "AARAV",
	"dependencies": {
		"express": "^4.14.0"
	},
	"main": "server.js",
	"scripts": {
		"start": "node server.js"
	},
	"repository": {
		"type": "git",
		"url": "https://idontknow/todo.git"
	}
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

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

Link to the challenge:

Welcome!

Would you mind sharing a link to your project code?

Also, which link are you using to submit?


As an aside (not related to this challenge): Currently, there is an issue with a lesson or two in this section: Use the .env File - Issue - freeCodeCamp Support - The freeCodeCamp Forum

Just making you aware of this, if you are not already.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.