Hi There
If I npm install Elm globally (with ‘-g’ flag), everything is great and it installs fine.
If I try to install it locally (without ‘-g’ flag) then it fails with lots of errors like this one, even when installing the exact same specific version. This also happens when installing via package.json and on the build server.
../fsevents.cc:50:32: error: no template named 'Handle' in namespace 'v8'
I’m trying out CircleCi, which doesn’t give me permissions to install globally on the build server, so I’m kind of stuck (although I could just use a different build server).
Any thoughts welcome, thanks, Cedd