Randy85253
Randy85253
Looks like a great project, but can't see all its goodness cause it won't build for me No MySql, so trying 'sqlite3'. Just setting the connection string to be a...
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...
The OData 4 spec shows class properties such as EntityType.OpenType in UpperCamelCase. But your classes define them as LowerCamelCase (EntityType.openType) As such they are not correctly parsing valid data. What...
Can't get the api to run. I'm on win10, have mongo running. `PS C:\Dev\Play\Angular_CMS\loopbackCMS-master\api> npm start > [email protected] start C:\Dev\Play\Angular_CMS\loopbackCMS-master\api > node server/server.js users settings.validateUpsert was overriden to false media...