create-nw-react-app icon indicating copy to clipboard operation
create-nw-react-app copied to clipboard

Create NW.js React apps with no build configuration.

Results 37 create-nw-react-app issues
Sort by recently updated
recently updated
newest added

Nice project! Works right out of the box on my machine (osx64). I've spent some hours on getting the proprietary codecs to work with an app created with `create-nw-react-app`. Some...

Hello, today I was trying to build my project. I encountered this error while the script was running: ```[ WARN ] 2024-03-02T17:11:14.293Z Renaming EXE failed or unable to modify EXE....

When running npm run build i get this error ``[ WARN ] 2023-07-02T12:26:23.463Z Renaming EXE failed or unable to modify EXE. If it's the latter, ensure WINE is installed or...

I'm developing with js. Added jsconfig.json but the path like "@components/somecomponent" can not be resolved. My jsconfig.json ``` { "compilerOptions": { "baseUrl": ".", "paths": { "@components/*": ["./src/components/*"] } }, "include":...

In an application, one nwjs window is created from another nwjs window. After the second window is created, an error occurs when trying to make changes to the data of...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Hi, Facebook doesn't suggest to use create-react-app anymore so people need spa switching over Vite. I'm right now using cra-ts-nw template is there any way to switch this to vite?

on doing npm start, getting this error > [email protected] start /Users/swagatb/Desktop/project/POC/nwtest3 > nw-react-scripts start internal/modules/cjs/loader.js:905 throw err; ^ Error: Cannot find module 'node:fs/promises' Require stack: - /Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-builder-platforms/dist/nwbuilds.cjs - /Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-react-scripts/scripts/start.js at...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.5.0 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies