Node engine errors
If you are getting node engine mismatch errors, donāt worry. It only means the docker image you selected does not have the required node version.
However, you can use any docker image published on dockerhub, you donāt need to use the ones we provide if they are not fit for your project!
Try choosing an official docker image on the āDocker Image Nameā field on your build settings, for example, one that usually does the trick is ānode
ā (no fleek/ prefix). Make sure the image you choose has the dependencies your project needs, for a React app for example, youād only need node!This way, you can specify exactly what node version you want to use šļø
You can also opt to build your own docker image which satisfies all the dependencies your project has and publish it on dockerhub in order to use it on fleek.