Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.77k stars 150 forks source link

REPL :: On windows (10) i can't require modules from current working directory #114

Open DiegoZoracKy opened 7 years ago

DiegoZoracKy commented 7 years ago

Requiring native modules works fine, but for those on cwd, it cannot find any.

raksa commented 7 years ago

OS X also has this issue

for me, i resolve by require(process.cwd() + '/path/to/Module')