joshzcold / Cold-Family-Feud

Host your own Family Feud game. Mobile friendly with built in buzzers.
https://famf.app
MIT License
72 stars 42 forks source link

Debian Bookworm openssl-legacy-provider error #67

Closed vibrantlee closed 7 months ago

vibrantlee commented 10 months ago

When starting the app with npm run build, I get an error from the NODE_OPTIONS:

cold_family_feud@1.1.0 build NODE_OPTIONS=--openssl-legacy-provider next build

sh: 1: next: not found

Any ideas? Thank you!

joshzcold commented 10 months ago

Have you tried npm install first?

Looks like in the readme I forgot that step. My bad for assuming everyone knows what to do with nodejs/npm

mradzwilla commented 9 months ago

@vibrantlee If you haven't figured it out yet, I was able to get it up and running by running npm install --save-dev and removing the references to NODE_OPTIONS=--openssl-legacy-provider from package.json

joshzcold commented 7 months ago

Closing, this is a nodejs versioning issue. You can use https://github.com/nvm-sh/nvm so you can switch between versions as your building this.

nvm install nvm use

or nvm install 18 nvm use