Currently the node version is not specified neither in the README nor in the package.json
Trying to install everything with node v12 leads to multiple verbose errors that can ruin the plug-and-play experience that should be provided by a demo project
Proposed solution
Fix the version of node to v10 and enable strict checking, so that running npm install with another node version immediately leads to a clear error that tells the user to use the correct version.
Problem
Currently the node version is not specified neither in the README nor in the package.json Trying to install everything with node v12 leads to multiple verbose errors that can ruin the plug-and-play experience that should be provided by a demo project
Proposed solution
Fix the version of node to v10 and enable strict checking, so that running npm install with another node version immediately leads to a clear error that tells the user to use the correct version.