Back End Development and APIs - Managing Packages with NPM

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 package.json, o centro de qualquer projeto do Node.js ou pacote npm

Link para o desafio:

1 Like

I assume you are using Replit? It seems to be broken last I checked (the full page doesn’t load). You can try using Glitch instead. When you create a new project you can import the boilerplate from the starter repo.

Or use this page and scroll down to “Import from Github” and paste in the start repo link.

1 Like

It works, thank you, brother!

1 Like

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