johnuberbacher / invoice-generator

An Invoice creator project built with React. Uses jspdf-react to capture the data from the modal and convert it from canvas -> pdf.
https://invoice-generator-react.netlify.app/
220 stars 161 forks source link

Node Version after 16.x.x is not supported on local machine to run the app #13

Open Suvrakar opened 11 months ago

Suvrakar commented 11 months ago

I am using the Node 18.x.x version in my local machine. But this Node version is not applicable for running the app.

kd1729 commented 9 months ago

same issue with me

Suvrakar commented 9 months ago

@kd1729 I have dockerized it, and now it is working:

https://github.com/johnuberbacher/invoice-generator/pull/14