Still me unfortunately!
I have a clean generated project in loopback and just added the softdelete-mixin. I am using node v5.2.0.
If I included the mixin in model-config.json I got this error:
./node_modules/loopback-swagger/lib/specgen/schema-builder.js:149
if (key in ldlDef) {
^
TypeError: Cannot use 'in' operator to search for 'min' in true
I tried to run also npm install inside the npm package but I got the same result. Honestly I have no idea what's going on. I will try to dig up more. If you have any suggestions let me know!
Still me unfortunately!
I have a clean generated project in loopback and just added the softdelete-mixin. I am using node v5.2.0.
If I included the mixin in model-config.json I got this error:
./node_modules/loopback-swagger/lib/specgen/schema-builder.js:149 if (key in ldlDef) { ^ TypeError: Cannot use 'in' operator to search for 'min' in trueI tried to run also npm install inside the npm package but I got the same result. Honestly I have no idea what's going on. I will try to dig up more. If you have any suggestions let me know!