naviapps / create-nw-react-app

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

Unable to download NWjs. #37

Closed lcoursey closed 4 years ago

lcoursey commented 4 years ago

I run through the startup steps with a new app and get the following:

Compiled successfully!

You can now view my-app in the browser.

Local: http://localhost:3000 On Your Network: http://192.168.56.1:3000

Note that the development build is not optimized. To create a production build, use yarn build.

Unable to download NWjs. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! my-app@0.1.0 start: nw-react-scripts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the my-app@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! [log path]

I'm running node v12.1.0 and npm v6.9.0, on Win10.