I'm needing someone to help cause I can't figure this out here, I followed the guide and I can't get the node to work, and come to find out after running ls command under the Toypad folder that the node is not even there, am I doing something wrong here? Or is there modules or something different I'm supposed to do here? Been up two nights in a row here trying to figure this out, this is what i get every single time i try to run the node
Error: ENOENT: no such file or directory, open '/dev/hidg0'
at Object.openSync (fs.js:448:3)
at new RawTransport (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/transports/raw.js:11:27)
at new ToyPadEmu (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/lib/ToyPadEmu.js:65:69)
at Object. (/home/pi/LD-ToyPad-Emulator/index.js:24:10)
at Module._compile (internal/modules/cjs/loader.js:816:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:877:12)
at internal/main/run_main_module.js:21:11
I'm needing someone to help cause I can't figure this out here, I followed the guide and I can't get the node to work, and come to find out after running ls command under the Toypad folder that the node is not even there, am I doing something wrong here? Or is there modules or something different I'm supposed to do here? Been up two nights in a row here trying to figure this out, this is what i get every single time i try to run the node
pi@raspberrypi:~/LD-ToyPad-Emulator $ node index.js fs.js:119 throw err; ^
Error: ENOENT: no such file or directory, open '/dev/hidg0' at Object.openSync (fs.js:448:3) at new RawTransport (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/transports/raw.js:11:27) at new ToyPadEmu (/home/pi/LD-ToyPad-Emulator/node_modules/node-ld/dist/lib/ToyPadEmu.js:65:69) at Object. (/home/pi/LD-ToyPad-Emulator/index.js:24:10)
at Module._compile (internal/modules/cjs/loader.js:816:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Function.Module.runMain (internal/modules/cjs/loader.js:877:12)
at internal/main/run_main_module.js:21:11