naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
144 stars 14 forks source link

On my macbook new nw app has no text showed! #20

Closed garixi closed 6 years ago

garixi commented 6 years ago

Starting the app with npm start produce an app with invisible text. This is happens in the inspector too. App produced with npm build doesn't show the problem. schermata 2018-06-04 alle 19 27 29 schermata 2018-06-04 alle 19 27 20

naviapis commented 6 years ago

Probably I think the problem of NW.js. You can change the version of NW.js from package.json, so please try it.

{
    "nwBuilder": {
-       version: "latest",
+       version: "0.29.4", // https://dl.nwjs.io/
    }
}