Running a Node.js script with onevent #975
dmca-glasgow
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been struggling to get a Node.js script to run with librespot, I think due to user permissions.
The script is currently just:
The output of
tail -f /var/log/daemon.log
includes:The error appears to be from Node.js itself, I have found reference to it here (under Installing Node.js in the orange box), but I am able to run the script via the command line fine:
/srv/test.js
outputshey!
.which node
outputs/usr/bin/node
.Any pointers to get round this issue? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions