-
Hi,
I was trying my luck at creating a meteor-vue-electron app using https://github.com/arboleya/electrify. However i get the below error in one of the plugins. Any help to move forward is appreci…
-
Using 100% default settings in vue-cli.
Checked with a completely untouched fresh package.json
### Dev environment
**[Major]** Dependencies that are out of declared version range in package.j…
-
Hi. I was looking to load and save the window state (width, height, maximised etc) and most of the time I see that it's recommended to use one of many storage packages on NPM. However, given that we c…
zxc23 updated
7 years ago
-
My app is trying to use the [request](https://github.com/request/request) module to download multiple files from the main process. When I run `npm run dev` it works fine and the files download proper…
-
While Running the Dev Server - the following error occurs;
```
Uncaught ReferenceError: require is not defined build.js:674
```
-
Hi ,
I am using for quite some time the [mysql](https://www.npmjs.com/package/mysql) node driver in my Electron projects which works fine. But now while using this boilerplate, my production builds t…
-
Hi I'm having this error when using electron+webpack+pouchdb, I'm using `leveldb` for my adapter
`webpack.base.conf.js`
```
var path = require('path')
var webpack = require('webpack')
var config = r…
-
Hi, I'm trying to use p5.serialserver - https://github.com/vanevery/p5.serialport (which requires serialport - a native module) in the app but am getting this error in the webpack build
```
WARNING i…
-
### Found an issue or bug? Tell me all about!
##### Describe the issue / bug.
#
getting err message when running install
```
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code…
ghost updated
8 years ago
-
There's no `static` folder in the project. So where to put them (like images, fonts, etc.)? `/app/dist`?