-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
As others pointed out, you need to change
import en from 'react-intl/lib/locale-data/en'; =>'react-intl/locale-data/en'
import es from 'react-intl/lib/locale-data/es'; => 'react-intl/locale-data/es'
Then I needed to setup redis and I could get the client up.
But when attempting to register and account, I was getting a 'sealing password' error do to a 'missing digest' . To get past this, I had to change the version of 'iron' from '>3.0I' to '4.0.5' in package.json, remove package_lock.json, and re-run npm install
This got me in, but am seeing other errors already. Too bad this is not maintained, it looks like a great starter. But the bugs make it a slug fest
Metadata
Metadata
Assignees
Labels
No labels