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

Tell us what’s happening:
Hi all, I tried to manage the package but my code can’t run, it’s telling I still have not input author as the key. I’ve tried to run but the code always error. Below is my code, please tell me if there any code i’v miss or step i miss. Thanks!

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

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/114.0.0.0 Safari/537.36 Edg/114.0.1823.82

Challenge: Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

Hello! It passed for me. Make sure you’re using the correct link – it should be to the application itself, not the code/IDE.

You can get this link by clicking ‘open in a new tab’ button underneath the ‘run/stop’ button on the right hand side of the page.

This is the correct link to submit: https://boilerplate-npm--nadafidhausi.repl.co/

2 Likes

Hi, thank you i could submited now :slight_smile:

2 Likes

Thank you!
Could finally submit lol

1 Like

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