audible-tools / audible-tools.github.io

Converts aax to audiofiles online. Please don't sue me amazon.
https://audible-tools.kamsker.at/
Other
397 stars 46 forks source link

Update start command to support node 17+ and add another way to run… #17

Closed colossatr0n closed 8 months ago

colossatr0n commented 1 year ago

…the server locally through serve.

With node v19.3.0 I was unable to successfully run the project with npm run start, even with the updated node 17+ start command. I received ERR_CONNECTION_REFUSED after uploading an .aax.

The only way I was able to get this to work was to use the npm run serve command which is detailed in README.md.

JKamsker commented 8 months ago

Updated in ci