Install requires node-gyp, due to a dependancy on argon2
npm install --global --production windows-build-tools
and this might help: nodejs/node-gyp#1278
sudo apt-get install build-essentials
Once you have this, try...
npm install
Next, run the tests. Install jest, globally:
npm install -g jest
And finally, run
jest
A work in progress, lives here: https://github.com/Budibase/docs/blob/master/budibase-core.md