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

Install does not work #1

Open
mosabua opened this issue Aug 5, 2019 · 5 comments
Open

Install does not work #1

mosabua opened this issue Aug 5, 2019 · 5 comments

Comments

@mosabua
Copy link

mosabua commented Aug 5, 2019

I tried running npm install off a fresh clone. I get this error message:

npm install
npm ERR! Linux 4.15.0-55-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! syscall getaddrinfo

npm ERR! network getaddrinfo ENOTFOUND npme.walmart.com npme.walmart.com:443
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'

npm ERR! Please include the following file with any support request:
npm ERR! /media/sf_dev/github/walmartlabs/kubeman/npm-debug.log

@mosabua
Copy link
Author

mosabua commented Aug 5, 2019

Note that there is no npme.walmart.com for me to access.

@mosabua
Copy link
Author

mosabua commented Aug 5, 2019

Had a wrong local config. Sorry for the confusion.

@mosabua mosabua closed this as completed Aug 5, 2019
@mosabua mosabua reopened this Aug 5, 2019
@mosabua
Copy link
Author

mosabua commented Aug 5, 2019

run into other problem npm run dist results in

 $ ls dist/
 builder-effective-config.yaml   kubeman_0.5.0_amd64.snap  'kubeman 0.5.0.AppImage'   latest-linux.yml   linux-unpacked   main   renderer

but the snap is not installable.

$ snap install dist/kubeman_0.5.0_amd64.snap 
error: cannot find signatures with metadata for snap "dist/kubeman_0.5.0_amd64.snap"

How can I install/run Kubeman on Ubuntu?

@uk000
Copy link
Contributor

uk000 commented Aug 8, 2019

@mosabua The way I did it on Mint is I installed it from the .AppImage file. Electron builds this generic appimage installer binary, which is supposedly a distro-agnostic binary executable format.

@uk000
Copy link
Contributor

uk000 commented Aug 8, 2019

@mosabua note that you may have to chmod appimage file to make it executable.

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

No branches or pull requests

2 participants