Nathan Taylor

Results 21 comments of Nathan Taylor

I don't see what libraries are not installed. If you've done npm install it would have installed everything. Your config error is because you didn't wrap your password in a...

Are you watching a downloaded version of the course or on the site? On Sat, May 16, 2020, 10:32 AM kcee08 wrote: > I'm not sure if the course material...

I'd re-download it. The course was updated to not use postgres anymore and so there was no longer a need for config.json and it was removed. Turns out postgres was...

I believe the course skipped the part where they installed postgres. What problem are you having?

Is `Jason` the name of the module you created? Looks like it can't find that module. Also down in the first line of the error message it says that Poison...

Ah, it could be the difference between latest Phoenix (1.4) and the version the course used (1.2) The course came out right before 1.3, where some of the changes occurred,...

The "Getting Started With Elixir" is up to date, I think the updates for 1.10 went live 2 months ago. That said, if you use 1.2 and the versions of...

That said, I do understand the frustration of something not working out of the box when you're following along. I'll take a look and see what all needs to be...

Good idea. I just updated most. I didn't touch sequelize due to major version changes. I'd love your help by checking out the branch `updated-npm` and using that with the...

What's the motivation for moving these into master instead of leaving them in the `first-test` branch?