Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependencies #16

Open
kluplau opened this issue Dec 17, 2020 · 1 comment
Open

Updating dependencies #16

kluplau opened this issue Dec 17, 2020 · 1 comment

Comments

@kluplau
Copy link

kluplau commented Dec 17, 2020

Hi,

Thank you for a good tutorial!

I went though the tutorial a year ago, and came back to it just now.

The dependencies are outdated and you can't start the application with the latest NPM/Node version.

@jsoques
Copy link

jsoques commented Dec 19, 2020

I just cloned this repo did an npm i
I was lazy to start a new Postgres instance so I used sqlite (better-sqlite3) npm i better-sqlite3 and replaced 'postgres' for 'better-sqlite3' in the default.yml fired up npm run start:dev and it started without problems. Tested the following endpoints:
http://localhost:3000/auth/signup
http://localhost:3000/auth/signin
and http://localhost:3000/tasks and everything seems to work fine.
Certainly a lot of npm libraries are out of date, this repo is 2 years old. But it runs. With a nest update / npm update npm libs can be updated.
What errors do you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants