Ethan Brown
Ethan Brown
Yeah, @MrCsabaToth, I think this project is dead in the water. Seems like https://github.com/BenjaminVanRyseghem/numbro is the new numeral.js :/
Hi, @yejia4869; I'm glad you're enjoying the book...sorry you're encountering issues. Unfortunately, the content is pretty significantly out of date at this point. I do have a second edition on...
@LeThao98 the problem is _exaclty_ using the latest connect/express. Please try with the explicit versions in the repo _package.json_ file, per my comment above....
For me, this was a Vite-specific problem, having to do with the way Vite organizes and separates out web (app) and devtool (node) tsconfig files, as @Murad71 pointed out. While...
Hello @marcdavies87 and @thepreacher! This is Ethan, the author (yes, I have a name!) I'm sorry you're having some issues with Zombie; I believe I will remove the dependence on...
Thanks everyone for the contributions! In the next edition of the book (which I'm working on now), I will be moving away from Zombie. It's still a useful testing tool,...
Hi, Ray, Lots has changed with `connect-rest` (I actually just got a nice email from the maintainer/author), but I probably won't have time to take a look at the problem...
Yes, you will have to upgrade Mongo for use in production. What is your question, exactly? Also, it looks like you don't have an entry `mongo` in your `credentials.js` file...
Hi, @Rikazavr, is that the entire contents of your `credentials.js` file? If so, that's not going to export anything at all.... It will need to look something like this: ```js...
@neihcnim what version of Node are you using? I'm afraid I have not been maintaining this repo (you'll have to wait for the 2nd edition for an updated one), and...