Daniel Anderson
Daniel Anderson
Try `sudo npm install v4l2camera` —I've noticed this is required for installing certain packages on Raspberry Pi.
I'm encountering a similar issue. Error is: `#` `# Fatal error in ../deps/v8/src/objects.cc, line 3179` `# Check failed: receiver->IsJSFunction().` `#` `==== C stack trace ===============================` `Aborted` Code I'm running: `var...
Running nodemon in the npm start script caused this issue for me. I had this: ` "scripts": { "start": "nodemon --exec babel-node index.js" } ` Changed it to this. Now...