create-nw-react-app
create-nw-react-app copied to clipboard
Create NW.js React apps with no build configuration.
While installing eslint-config-nw-react-app, i saw this message from babel-eslint: _warning [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates._ I checked which packages have it as dependencies...
I have created React application using nw-react-scripts. I am trying to add icon for taskbar, but icon doesn't change. Always I see default icon. I tried by clearing appData as...
When I set the "icon" or "frame" in the package.json, it doesn't apply. Why is that?
So far, I couldn't find a way to remove the top taskbar, for example, presenting the configuration in the manifest file as demonstrated in [NW.js Documentation](https://docs.nwjs.io/en/latest/References/Manifest%20Format/): { ... "window": {...
Hi, so after i use create-nw-react-app for the first time, it was great. Everything was going well, the next day i ran into this issue that says; Error: No native...
Recently (August 22, 2020 for example), I often experience a certificate error on `npm start`: ``` Error: certificate has expired at TLSSocket.onConnectSecure (_tls_wrap.js:1501:34) at TLSSocket.emit (events.js:315:20) at TLSSocket._finishInit (_tls_wrap.js:936:8) at...
Hi, thanks for your great work! I'm currently trying your package and I was wondering if it was possible to use nwjs [evalNWBin()](http://docs.nwjs.io/en/latest/For%20Users/Advanced/Protect%20JavaScript%20Source%20Code/) function without managing webpack myself? (On runtime,...
In case I want to use an SQLite database with my project, how can I get access to the file system. in other words how to set up SQLite support...
Process: nwjs [96150] Path: /Users/USER/*/pc_app.app/Contents/MacOS/nwjs Identifier: com.nw-builder.pcapp Version: Version 0.1.0 (0.1.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: nwjs [96150] User ID: 501 Date/Time: 2020-09-28 20:14:02.620 +0800 OS...
npm ERR! code ENOGIT npm ERR! Error while executing: npm ERR! undefined ls-remote -h -t ssh://[email protected]/adam-lynch/node-temp.git npm ERR! npm ERR! undefined npm ERR! No git binary found in $PATH npm...