Wulf / nodehun

The Hunspell binding for NodeJS that exposes as much of Hunspell as possible and also adds new features. Hunspell is a first class spellcheck library used by Google, Apple, and Mozilla.
MIT License
287 stars 42 forks source link

Can't install nodehun with node 10.16.2 #72

Closed trofim24 closed 4 years ago

trofim24 commented 5 years ago

error C2144: syntax error : 'int' should be preceded by ';' (..\src\nodehun.cpp) error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Wulf commented 4 years ago

Hey @trofim24, thanks for your patience. Please let me know if the n-api build solves your issue:

npm i -S wulf/nodehun#n-api
Wulf commented 4 years ago

3.0.0 seems to have resolved the compilation issues, feel free to reopen this or continue the discussion :)