lockfale / OSINT-Framework

OSINT Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python server error

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