Ajey Charantimath

Results 12 issues of Ajey Charantimath

I am trying to use this in electron and I get the following error - ``` Error: Cannot find module "." at webpackMissingModule (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/node-gyp-build/index.js:13:1) at load (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/node-gyp-build/index.js:13:1) at Object. (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/a-napi-example/index.js:1:1)...

Wanted to try out this project but could not find usage steps

Its better to include package.json file so that anybody who clones this repo can easily run npm install

system.conf.js - ``` var map = { 'app': 'src/tmp/app', 'angular2-grid': 'node_modules/angular2-grid/dist', 'test': 'src/tmp/test' }; var packages = { 'app': { defaultExtension: 'js' }, 'test': { defaultExtension: 'js' }, 'rxjs': {...

Hi, The app does not swap when I use https://github.com/evshiron/nwjs-builder-phoenix to build. I get a message saying - "The application will automatically restart to finish installing the update" And it...

If I use ``` ``` the svg is rendered. But say I want to add the svg as background in CSS. ``` .myclass { background: *** // How do I...

question

I am trying to load chrome extension within NW. This is my package.json - ``` { "name": "APP", "main": "main.html", "window": { "min_width": 600, "min_height": 600, "icon": "assets/icon.png", "toolbar": true...

bug

The `npm run dist` command also bundles node modules into the app. How to ignore node modules?

bug
test required
backlog

Hi, I am trying to play around with the `plistStrings` and could not find relevant documentation on it. Could you point me to it? Also how do I mention in...

question