@stijn I’ve seen that error when the version of nodejs is not correct for Lumo. To fix, check the Lumo repo to find out which version you need, then manually instead the specific nodejs version
I had to address is in my dockerfile, see https://github.com/stevebuik/docker-roll/blob/master/Dockerfile
That's an odd fix, lumo bundles it's own copy of node
yes odd indeed. I saw it on my OSX laptop as well as on Alpine linux
fix was the same both times
I wonder why it does something to the host node.js
on os x I don't have the problem, but I do on Archlinux
hmmm I'm running node 8.7.0
switching to 8.6.0 through nvm doesn't help either
@dominicm would this be a mach or lumo issue? I'm not really sure how to report it if it's lumo though
As far as I understand it, mach doesn't properly generate the classpath, right?
I'm not sure
it happens on a fresh install of nodejs + mach
i'll report it first on the mach repo
for a really simple hello world machfile it works though