How to install Nativefier in python for streamlit app convert to exe

Dear Boss, I am attempting to convert my Streamlit application into an executable for desktop users; however, I am unable to install Nativefier on my computer. When I execute the installation command npm install -g nativefier in the command prompt, I receive the following error: ‘npm’ is not recognized as an internal or external command, operable program or batch file. I would appreciate your guidance on how to successfully install Nativefier. Thank you for your assistance.

Looks like npm is not installed.

BTW, nativefier has been unmaintained for a year and a half because there are better options now.

thank you boxx
but any other way for streamlit app convert to exe
please guide me

Nativefier itself may still work. Otherwise, the issue I linked says

if the use case is to build a bespoke app wrapping a website for distribution, consider using Electron directly which offers much more flexibility.