Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Packaging the app #1

Open
llamle opened this issue Sep 26, 2015 · 2 comments
Open

Error Packaging the app #1

llamle opened this issue Sep 26, 2015 · 2 comments

Comments

@llamle
Copy link

llamle commented Sep 26, 2015

When using sudo to complete the nw build command:
sudo nwbuild -p win32,win64,osx32,osx64,linux32,linux64 lens

It provides the following error:

Latest Version: v0.13.0-alpha3 Using v0.13.0-alpha3 Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-win-ia32.zip Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-win-x64.zip Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-osx-ia32.zip Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-osx-x64.zip Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-linux-ia32.tar.gz Create cache folder in /usr/local/lib/node_modules/nw-builder/cache/0.13.0-alpha3 Downloading: http://dl.nwjs.io/v0.13.0-alpha3/nwjs-v0.13.0-alpha3-linux-x64.tar.gz downloading [--------------------] 0% 78.0sERROR: The version 0.13.0-alpha3 does not have a corresponding build posted at http://dl.nwjs.io/. Please choose a version from that list. Unable to download nodewebkit.

What should I do?

@paulbjensen
Copy link
Owner

Hi,

What you can do is append this argument to the arguments in that command to
get it to download v0.12.3:

-v 0.12.3

@llamle
Copy link
Author

llamle commented Sep 26, 2015

Thanks! This worked great!

On Sat, Sep 26, 2015 at 11:28 AM, Paul Jensen [email protected]
wrote:

Hi,

What you can do is append this argument to the arguments in that command to
get it to download v0.12.3:

-v 0.12.3


Reply to this email directly or view it on GitHub
#1 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants