Skip to content

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