Results 2 comments of Lucas Souza

> The 'options' looks deprecated cz it shows me error. So I used the following in my hello.py: `eel.start ('index.html', mode='custom', cmdline-args='path/to/electron/exe/in/node_modules',['.']')` > > But how can I package the...

Some lucky here, I was able to package it using `python -m eel --add-data="main.js;." --add-data="node_modules;node_modules" --add-data="package-lock.json;." --add-data="package.json;." --noconfirm main.py web` this error you guys are getting because it's missing package-lock.json...