you don't want to do that....you need to type
var wifi = require("Wifi");
it is not that you are requesting the wrong module, its because its not communicating with the esp8266 correctly, which is why you cannot type into the console.
did you hit reset on the esp8266 before reconnecting? Have you got the ch_pd pin high?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
you don't want to do that....you need to type
var wifi = require("Wifi");
it is not that you are requesting the wrong module, its because its not communicating with the esp8266 correctly, which is why you cannot type into the console.
did you hit reset on the esp8266 before reconnecting? Have you got the ch_pd pin high?