Replies: 1 comment 7 replies
-
|
Line 39 in 4c68cdf You can set the download server to a local directory. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currenlty working on a project that builds and runs in isolated environment.
By isolated - I mean, we have our own local registry (for packages etc.) and everything keeps from online.
As I see nw-builder creates cache folder and uploads and stores prebuild nwjs binaries (gzipped / zipped) here.
Also it has options to use cache data.
But when I try to build app (use CLI command) even with using cache option - it makes some external online requests (checks or download manifest, shasum etc..) and keep waiitig forever (in isolated environment)
...
It will be good to have option to skip all online requests (checks, downloads), just directly use preloaded (and unpacked) version of nwjs.
..
My flow is:
..
Beta Was this translation helpful? Give feedback.
All reactions