-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
Note that there is no npme.walmart.com for me to access. |
Had a wrong local config. Sorry for the confusion. |
run into other problem
but the snap is not installable.
How can I install/run Kubeman on Ubuntu? |
@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. |
@mosabua note that you may have to chmod appimage file to make it executable. |
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
The text was updated successfully, but these errors were encountered: