Expected behavior
Running the initial setup commands, it is stated that I need node >= 8.12.0 and npm >= 6.10, which is the case. (running Node v16.3.0 and npm 7.15.1). I expect to have a directory with a forest admin backend app in my directory after running lumber generate "fa-demo" --connection-url "postgres://camille@localhost:5432/style_finder_development" --ssl "false" --schema "public" --application-host "localhost" --application-port "3310" ...
Actual behavior
The lumber generate command errors out.
Failure Logs
/home/<user>/.asdf/installs/nodejs/8.17.0/.npm/lib/node_modules/lumber-cli/node_modules/jose/lib/help/rsa_primes.js:6
const ZERO = BigInt(0)
^
ReferenceError: BigInt is not defined
Context
Running on WSL2 with ubuntu 20.04
Any help would be much appreciated,
Thank you very much.