Tell us what’s happening:
Describe your issue in detail here.
Your project link(s)
solution: boilerplate-npm - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Challenge: Managing Packages with NPM - Add Keywords to Your package.json
Link to the challenge:
hbar1st
February 3, 2023, 12:30pm
2
hi there, welcome to the forum. What did you need to ask?
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
{https://boilerplate-npm.kuswanthkumar.repl.co
"name": "fcc-learn-npm-package-json",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
},
"author":"Kuswath Kumar",
"description": "A project that does something awesome",
"keywords": [ "freecodecamp", "microservice", "guide" ]
}
For some reason, you put the live url of your project in the package.json
. Remove that and restart your project and submit the live url again for the challenge.