strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.09k stars 446 forks source link

Update Readme to include requirement that this project currently works with Node version 16.x.x #97

Closed cjboco closed 2 years ago

cjboco commented 2 years ago

I was having issues getting the demo up and running after cloning. Eventually figured out that it was an issue with running node version 17.x.x.

Not sure if this warrants an update in the readme, but it would have helped. Node v16.x.x is required for both the /api and /client.

I believe this issue is related to the fact the Node v17 no longer supports OpenSSL.

Mcastres commented 2 years ago

In fact, for Strapi you'll need node >=12.x.x <=16.x.x. I will add it in the README