TooTallNate/node-bindings

Error handling seems buggy on OS using an other language (not english)

Skywalker13 opened this issue · 1 comments

image

/not find/i seems related to "est introuvable" in french... because this bug, I can not load native modules on Windows 7 French like better-sqlite3.

I think that you try to parse

$ node
> require('a')
Error: Cannot find module 'a'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)

OK.. maybe it's an electron bug.. in the screenshot, I try to load the module with electron

My bad...