I’m working on a project that uses Node SEA (https://nodejs.org/api/single-executable-applications.html) to create an .exe with the intention of converting a Quickbooks report saved as a CSV to invoice PDFs. The program works on my local machine and I bundled it to an .exe (which also works on my local machine) and sent it to the client, where the following error message occurs:
SEA is relatively new and I believe most use cases for puppeteer is it being always run off the same machine (virtual or physical server). Could the crux of the issue here be that the node SEA bundle was created on my local machine and is trying to reference the Chrome cache from it rather than the cache on any other machine it is run on? Anyways I’m a novice dev and not sure what is actually happening or how to fix it, any help is appreciated!