Closed stevenlis closed 5 years ago
This alert happens on Atom startup every time. Its working but it seems to do something on startup to alert this.
Info to compile Hunspell from source on their GitHub. Not sure if there is an installer out there, probably is. https://github.com/hunspell/hunspell
For Ubuntu users, just apt install hunspell
, and the error goes away.
If not, change the spell-path in the settings to aspell, instead of hunspell
Use Msys2 to install Hunspell (on windows )
1.install Msys2 https://www.msys2.org/
2.install program Hunspell with Msys2
2.1 pacman -Ss Hunspell (to search the version of Hunspell)
2.2 pacman -S
@NaCl222 @JackSwett @jsg2021 Thanks a lot guys but I no longer use Atom.
Use Msys2 to install Hunspell (on windows ) 1.install Msys2 https://www.msys2.org/ 2.install program Hunspell with Msys2 2.1 pacman -Ss Hunspell (to search the version of Hunspell) 2.2 pacman -S (may be mingw-w64-x86_64-hunspell) Done. It costs me a lot of time to fix the spell-checker, glad to help u~
What is the "spell-path" that Atom wants after following these steps?
I got the following error when launching Atom.
Does this mean I have to install hunspell or something? If so, how to install it on Wins? All the instructions I found is about Mac.
Versions: Windows 10 Atom 1.28.2 linter-spell 0.15.0 linter-spell-latex 0.11.0