Results 21 comments of John McKerrell

@rybycy I'm struggling to get this working, can you provide some more insight? I'm afraid I don't have much experience of Node-RED but I think I've done what you said:...

In case anyone ends up here with similar problems to me, I went through a debugging process of trying to get nightmare.js examples to run on the command line, failing,...

@balsimpson I just had to setup my install again with some difficulties, it turned out that I hadn't noticed I was running quite an old raspian, I think I had...

@Dimey this is what I have: ``` PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" ``` and ``` pi@mqtt:~/.node-red $ ls -l node_modules/ | grep xvfb lrwxrwxrwx 1 pi pi 12 Apr 10 20:18...

@dimey `apt-get install xvfb` is installing the linux package, then you've got the node package and the node-red package to worry about as well! Do you have anything in `.node-red/node_modules/xvfb`...

Did you install xvfb from apt? Just you don't specifically mention that just the npm module. Actually you mention "electron module not found" do you have the electron npm module...

Just leaving a note here that I have actually now published the XVFB Node-RED module as you can see here: https://flows.nodered.org/node/node-red-contrib-xvfb This should cause the XVFB *NPM* dependency to be...

Have to admit, since posting this I remembered that the reason we were getting a *crash* 💥 was because we were passing the following argument: ``` -com.apple.CoreData.ConcurrencyDebug 1 ``` Still,...

Thanks for the feedback (wow, 13 days ago), I certainly don't want to dump a PR and run away but it will probably be a little while longer before I...

I am currently getting this, the stack reports: ``` TypeError: Cannot read property '0' of undefined at /home/pi/.node-red/node_modules/node-red-node-twitter/27-twitter.js:645:66 at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:97:5) ``` That line of code is:...