Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 551 Bytes

[stuck] python version of npx envinfo

i tried to make a python verison of envinfo but failed with the packaging.

'report-env' executable script not found in package 'report-env'.
Available executable scripts:

Distributing

  • failed to use poetry to bundle - got /Users/swyx/Desktop/Work/env-info/report_env does not contain any element error and couldnt fix
  • python3 -m build
  • python3 -m twine upload dist/*

thanks