-
Notifications
You must be signed in to change notification settings - Fork 501
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
Ch13: Cannot read property 'Store' of undefined #108
Comments
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 the way, but it probably won't hit the shelves until Q2 2019 (early releases sooner, I imagine). Without diving into this more deeply, I'm afraid all I can suggest is that you install the exact version numbers listed in ch13/package.json.... In other words, when you install them, do it like this:
And so on...let me know if that doesn't solve the problem.... (Note that |
I'm also encoutering it.I added lastest connect and express, but it isn't fixed
|
@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.... |
Hi Ethan
The book is very easily to understand and attracts me to learn deeply.
but I stuck in ch13 by the following error:
Initially, I thought it was the problem of "session-mongoose", so I searched this package on npmjs website and
found this:
However, when I managed to install [email protected] in my project, I found the [email protected] series is deprecated. It got me...
Am I missing something? Any way to improve this?
The text was updated successfully, but these errors were encountered: