anjanesh I need the following for quickchart : cairo, pango, libjpeg, and libgif npm install libjpeg is failing. I get build error. Is there anything I should be looking for
anjanesh It looks like node v10 is too old for package.json. Is there any way to get a default nodeJS app to use v14 or so ?
sean anjanesh Our Node installer includes Node v14. As noted in our documentation, you must set your shell PATH prior to running npm to ensure that you're running the correct version: Installing Node packages with npm cairo, pango, and libjpeg are already installed on your server. If you need the libgif Node module you can install it by following the above linked instructions.
anjanesh Will a single stack suffice for a quickchart install for about 1000 chart requests per day ?
sean anjanesh I'm not familiar with Quickchart's memory usage so I can't answer definitively. 1000 requests in a day isn't much traffic so I think if its normal memory usage is under 1GB then it should be OK on a Single Stack shared hosting plan.