You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Instal rpio via node on my windows machine and i am using it in an electron application. When running it on my raspberry pi 3 model b the developer console writes Uncaught Error: Cannot find module 'rpio'.
I have tried building the application using electron-builder with asar enabled and electron-builder without asar.
My code in a nutshell is: var rpio = require('rpio');
in a file (not the main.js file) in my project's root.
Instal rpio via node on my windows machine and i am using it in an electron application. When running it on my raspberry pi 3 model b the developer console writes
Uncaught Error: Cannot find module 'rpio'
.I have tried building the application using electron-builder with asar enabled and electron-builder without asar.
My code in a nutshell is:
var rpio = require('rpio');
in a file (not the main.js file) in my project's root.
package.json:
The text was updated successfully, but these errors were encountered: