Closed cjboco closed 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.
In fact, for Strapi you'll need node >=12.x.x <=16.x.x. I will add it in the README
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.