Skip to content

Update dependenciesΒ #2

@JaviCeRodriguez

Description

@JaviCeRodriguez

Hi! How are you @grobergm ?
I wanted to mention that I was doing the introductory course of Node and Express, it is amazing! I have learned a lot. Thank you πŸ˜„.

In this course that I have started, I have encountered a problem with dependencies. Apparently bcrypt had an old version πŸ˜› .
I have updated my package.json file and was able to successfully install all the dependencies.

I leave you here the new package.json to update:

{
  "name": "intermediateJS-template",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "bcrypt": "^5.0.1",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.5.1",
    "mongoose": "^5.12.9",
    "nodemon": "^2.0.7"
  }
}

Again, thank you very much for the course. Greetings!

PD: Sorry, my english is poor. I from Argentina and i speak in Spanish haha

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions