-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello! I'm trying to launch a test script on my Orange Pi Zero, node version is 8.9.1, and I execute the command as root user, but I get this error:
> [email protected] test /root/nrf-test
> node node_modules/nrf/test.js
fs.js:735
return binding.writeBuffer(fd, buffer, offset, length, position);
^
Error: EINVAL: invalid argument, write
at Object.fs.writeSync (fs.js:735:20)
at Object.fs.writeFileSync (fs.js:1301:24)
at Object.exports.connect (/root/nrf-test/node_modules/pi-pins/index.js:28:16)
at Object.exports.connect (/root/nrf-test/node_modules/nrf/index.js:32:19)
at Object.<anonymous> (/root/nrf-test/node_modules/nrf/test.js:23:17)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
npm ERR! Test failed. See above for more details.
Any ideas why is this happening? Help me please.
Metadata
Metadata
Assignees
Labels
No labels