e2yo / eyo

🦔 CLI for restoring the letter «ё» (yo) in russian texts
https://e2yo.github.io/eyo-browser/
MIT License
165 stars 5 forks source link

/usr/bin/env: 'node': No such file or directory #19

Closed anton-petrunin closed 6 years ago

anton-petrunin commented 6 years ago

После установки получил:

$ which eyo /usr/local/bin/eyo $ eyo -h /usr/bin/env: 'node': No such file or directory

Помогите мне пожалуста...

anton-petrunin commented 6 years ago

Вот решение,если кому надо:

ln -s /usr/bin/nodejs /usr/bin/node

Нашёл здесь: https://stackoverflow.com/a/26320915