While preparing #113 I cloned the project into an empty direct and try to build it from scratch. That way I ran into several errors. Firstly an update of library called stackslight breaks the entire application. This is apparently a known bug.
A workaround (although pretty nasty) is to edit the node_modules/meanio/package.json and downgrade the reference to "stacksight": "1.0.20".
Than there's another issue with an update of the data-table library. This is currently breaking the tables, wich are rendered in an improper way.
While preparing #113 I cloned the project into an empty direct and try to build it from scratch. That way I ran into several errors. Firstly an update of library called stackslight breaks the entire application. This is apparently a known bug. A workaround (although pretty nasty) is to edit the
node_modules/meanio/package.json
and downgrade the reference to"stacksight": "1.0.20"
.Than there's another issue with an update of the data-table library. This is currently breaking the tables, wich are rendered in an improper way.