-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels