eladnava / applicationize

Converts your favorite web apps into desktop apps with their own dedicated launcher icon.
https://applicationize.me/
Apache License 2.0
495 stars 85 forks source link

TmpDir #114

Closed ddlidded closed 3 years ago

ddlidded commented 3 years ago

After running this repository locally I am consistently getting the same error when attempting to generate the extension file.

{"error":"os.tmpDir is not a function"}

Please advise, I am a bit lost on how to fix this issue. Thanks so much in advance!

eladnava commented 3 years ago

Hi @ddlidded, What Node.js version are you using to run npm start? Check with node -v.

ddlidded commented 3 years ago

The latest i think 16

Eddy Kapelczak PHARMDs | Еди К CEO | Directing Pharmacist 833-668-8988 | www.Prescripz.com

This communication and any files transmitted with it may contain information that is confidential, privileged, and exempt from disclosure under applicable law. It is intended solely for the use of the individual or entity to which it is addressed. If you have received this communication in error, please notify the sender and destroy the related communication.

 

On Sun, 15 Nov 2020 at 14:58 Elad wrote: Hi @ddlidded, What Node.js version are you using to run npm start? Check with node -v.

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/eladnava/applicationize/issues/114#issuecomment-727582993", "url": "https://github.com/eladnava/applicationize/issues/114#issuecomment-727582993", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

eladnava commented 3 years ago

os.tmpDir() should definitely be available on that version. Please run node -v and let me know the output.

ddlidded commented 3 years ago

Yea it says 15.2 sorry about that. But error still persists!Eddy Kapelczak PHARMDs | Еди К CEO | Directing Pharmacist 833-668-8988 | www.Prescripz.com This communication and any files transmitted with it may contain information that is confidential, privileged, and exempt from disclosure under applicable law. It is intended solely for the use of the individual or entity to which it is addressed. If you have received this communication in error, please notify the sender and destroy the related communication. 

      On Nov 15 2020, at 4:15 pm, Elad Nava <notifications@github.com> wrote:

os.tmpDir() should definitely be available on that version. Please run node -v and let me know the output.

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.

eladnava commented 3 years ago

Hi @ddlidded, Thanks, I believe this has been fixed in https://github.com/eladnava/applicationize/commit/bcad3c601d9a238931f92ddf5926a1fe2a394378. Please run git pull origin master and npm start again, and try to submit the form and it should work. 😄