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
(node:87541) Warning: Accessing non-existent property 'prototype' of module exports inside circular dependency at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11) at Object.get (internal/modules/cjs/loader.js:867:5) at new ViewModel (/node_modules/cqrs-eventdenormalizer/node_modules/viewmodel/lib/viewmodel.js:17:28)
(node:87541) Warning: Accessing non-existent property 'prototype' of module exports inside circular dependency at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11) at Object.get (internal/modules/cjs/loader.js:867:5) at new ViewModel (/node_modules/cqrs-eventdenormalizer/node_modules/viewmodel/lib/viewmodel.js:17:28)
Hey!
Any chance it'll be fixed in near future or no plans and all the hopes lies with the community?
https://github.com/thenativeweb/node-viewmodel/blob/master/lib/viewmodel.js#L17-L23
Seems those lines don't have any sense in case Repository.prototype is undefined (in debug mode I receive Repository isn't a constructor).
The text was updated successfully, but these errors were encountered: