OSINT-Framework icon indicating copy to clipboard operation
OSINT-Framework copied to clipboard

Python server error

Open jmau111 opened this issue 3 years ago • 0 comments

hello,

it seems the script npm start does not work in some conditions:

/usr/bin/python: No module named SimpleHTTPServer

The solution is to replace it with : python3 -m http.server 8000

jmau111 avatar May 26 '22 16:05 jmau111