absurd-example-project
absurd-example-project copied to clipboard
Not Working
This project isn't currently working. My procedure is simply:
cd ~
gh repo clone jlongster/absurd-example-project absurd
cd absurd
npm install
npm run serve
The error I get is "Error: error:0308010C:digital envelope routines::unsupported"
FYI: Windows 11 node 20.3.1 npm 9.8.0
Is this project obsolete? I know and love SQL and would like to use it in the browser.
As far as I can tell, this is a problem from Node.js v17 onwards. I've forked the project for now and will update here if I can get it working. https://github.com/clockback/absurd-example-project
Okay, I've updated to the most recent releases for the package.json dependencies
and devDependencies
with the appropriate reconfiguration. Works for me.
https://github.com/jlongster/absurd-example-project/pull/3