Paso 1 - Configuracion de Entorno
Ya teniendo todo esto claro vamos a ir a la consola, parado en tu proyecto y escribir lo siguiente.
package name: (backendnode)
version: (1.0.0)
description:
entry point: (index.js)
test command:
git repository:
keywords:
author: Carlos Mario Gomez Gelvez
license: (ISC)
About to write to /Users/carlos.gomez/Documents/backendnode/package.json:
{
"name": "backendnode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carlos Mario Gomez Gelvez",
"license": "ISC"
}
Is this OK? (yes)
{
"name": "backendnode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carlos Mario Gomez Gelvez",
"license": "ISC"
}