lockfale/OSINT-Framework

Python server error

jmau111 opened this issue · 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