Questions tagged as 'electron'

0
answers

Error with requires in electronJS

Dear, I have an error that is driving me crazy, I can not find the solution to something as simple as requiring a JS file from my app in electron. I want to include my JS file as the image shows: And he tells me this error:     
asked by 04.09.2018 / 21:26
0
answers

Incorrect type. Expected "array"

I think this is what does not allow me to compile my electronjs app I've thrown three days, but I do not understand how to put it in order or what you ask, can you help me?     
asked by 29.08.2018 / 01:03
0
answers

Electrons + Firebase login

signIpBtn.addEventListener('click',()=>{ let emailField = document.getElementById('email').value; let passwordField = document.getElementById('password').value; firebase.auth().signInWithEmailAndPassword(emailField, passwordField)....
asked by 26.06.2018 / 00:43
0
answers

Error ElectonJS

This app is programmed in an iMac but now I want to run it in another mac, I install dependencies and I run it but it gives me the following error:    MacBook-Air-of-Alejandro: electron-smartboxes alexhack $ npm install   npm WARN @ agm / cor...
asked by 23.06.2018 / 11:54
1
answer

Advance video by dragging the click

I'm making an application on ElectronJS, the idea is to have a video paused, and that by dragging the mouse on it, this progress ... The same can be done by capturing the ondrag event, and increasing the currentTime of the video. The problem is...
asked by 12.03.2018 / 15:52
0
answers

Is it possible to connect to a Bluetooh device using Electron?

I'm trying to work with Bluetooth from an app created with electron, I try to access the navigator.bluetooth object, but it does not exist. console.log(navigator.bluetooth); //=> undefined    Operating System: Linux Ubuntu 17.10      Ele...
asked by 04.03.2018 / 00:49
0
answers

Is it possible to install a chrome extension or plugin in an application compiled with electron.js?

I would like to know if I can install extensions or chrome add-ons to my application made in electron, I would like to install "Hello VPN", and how it could be possible. Thanks.     
asked by 28.02.2018 / 21:50
0
answers

Bus Communication Vue CLi

Hello, I have this code with vue cli and I am not updating the data of the second component. I am using a project echo in electron-vue / vuetify main.js import Vue from 'vue' import axios from 'axios' import Vuetify from 'vuetify' import 'v...
asked by 21.02.2018 / 04:24
0
answers

Install light wallet IOTA in Raspberry Pi 3

I need to install a light IOTA server on a Raspberry Pi 3 with Ubuntu Mate, I'm a novice in Linux environments and in programming in general. When seeing the GOTHub of IOTA, there are no options to download a version compatible with the RP3, so...
asked by 15.02.2018 / 09:46
1
answer

Problems when installing electron?

I get the following errors when installing electron: sh: 1: node: not found npm ERR! Linux 4.10.0-28-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "electron" "--unsafe-perm=true" "--allow-root" npm ERR! node v4.2.6 npm...
asked by 01.02.2018 / 13:23