Hi,
> It’s built with Maven and should do most out of the box. However in the
> examples, I have a few special goodies that need some setup on your side. So
> If you see some ugly looking stuff where you are expecting charts, you’re
> probably missing something. In the template folder I did write up how to
> setup things and it contains a script I used to install my third party stuff
> … but not sure it works on every machine. I guess this will be something we
> should work on together.
JFYI The install was not working on my machine (OSX Mojave). I tried updating
node and it broke for other reasons. :-(
First off "brew install stack” got me a little further, so you might want to
add that to the install script.
The node error:
/usr/local/lib/node_modules/npm/bin/npm-cli.js:84
let notifier = require('update-notifier')({pkg})
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet
supported outside strict mode
…
Which looks related to:
https://stackoverflow.com/questions/50316693/npm-update-broke-npm
Reinstalling npm fixed that as per that link and brew suggestions.
Thanks,
Justin