atom / node-spellchecker

SpellChecker Node Module
http://atom.github.io/node-spellchecker
MIT License
300 stars 108 forks source link

Uncaught Error: Cannot open spellchecker.node #37

Open moroshko opened 8 years ago

moroshko commented 8 years ago

Thanks a lot for this library! I works great on the server, but I get the following error on the client:

Uncaught Error: Cannot open /Users/mmoroshko/chalice/node_modules/spellchecker/build/Release/spellchecker.node: TypeError: process.dlopen is not a function

Is that possible to use the spellchecker on a client?

beshur commented 8 years ago

What do you mean by saying 'get the following error on the client'? Is it about the Electron preload script?

What operation system are you running?