absurd-example-project icon indicating copy to clipboard operation
absurd-example-project copied to clipboard

Not Working

Open johndeighan opened this issue 1 year ago • 2 comments

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.

johndeighan avatar Sep 08 '23 18:09 johndeighan

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

clockback avatar Dec 23 '23 19:12 clockback

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

clockback avatar Dec 27 '23 07:12 clockback