Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dos2unix (e.g /usr/bin/env: ‘node\r’: No such file or directory error) #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Ierlandfan
Copy link

@Ierlandfan Ierlandfan commented Nov 10, 2018

When starting lircv0.9.4_web after a succesfully npm install I got the error:
/usr/bin/env: ‘node\r’: No such file or directory error.
That's a Windows line endings error. dos2unix will fix this.

sudo apt-get install dos2unix
sudo -i
cd /usr/local/lib/node_modules
find . -type f -exec dos2unix {} \;
logout
lircv0.9.4_web

Btw, thanx for making lirc_web compatible with lircv0.9.4!

Breaks compatibility with prior LIRC versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants