How can I include package such as socket.io in node.exe (windows)? I tried this, but it does not work:
var socketio = require("./socketio/socket.io")
While my package.json file is stored in the socketio folder, where it is in the same folder as node.exe.
source share