You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable autoreload in main.js packs with waterline-sqlite3 display error : " Cannot read property 'identity' of undefined"
TypeError: Cannot read property 'identity' of undefined
at _.mapValues.store (/home/workplace/trails/node_modules/trailpack-waterline/lib/transformer.js:53:31)
at /home/workplace/trails/node_modules/lodash/lodash.js:13303:38
at /home/workplace/trails/node_modules/lodash/lodash.js:4917:15
at baseForOwn (/home/workplace/trails/node_modules/lodash/lodash.js:2979:24)
at Function.mapValues (/home/workplace/trails/node_modules/lodash/lodash.js:13302:7)
at Object.transformConnections (/home/workplace/trails/node_modules/trailpack-waterline/lib/transformer.js:51:14)
at WaterlineTrailpack.initialize (/home/workplace/trails/node_modules/trailpack-waterline/index.js:46:40)
at app.after.then (/home/workplace/trails/node_modules/trails/lib/trailpack.js:58:26)
Enable autoreload in main.js packs with waterline-sqlite3 display error : " Cannot read property 'identity' of undefined"
how to reproduce :
yo trails
npm install --save waterline-sqlite3
npm install --save trailpack-autoreload
require('trailpack-autoreload')
npm start
Informations:
The text was updated successfully, but these errors were encountered: