-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can"t install kdeploy #1
Comments
Kdeploy is listed on NPM: https://www.npmjs.com/package/kdeploy Minor edits to the package.json should make it work. |
I modified package.json to reflect this. For what it"s worth, here"s my dev dependencies:
Once I install No point submitting a PR if this basic thing won"t happen. |
@cloudspeech no longer exists. |
What happened to kdeploy? It"s gone from github and npm. |
Yep, gone. Maybe @johnatandias can give some feedback? |
Any updates on this?? Its still missing from repo. |
It doesn"t look like it"s coming back. |
Seems KaiOS is fairly dead then without the use of kdeploy? |
For anyone still searching for a possible "solution" for this, I was able to install it by a apparently chinese mirror from NPM, called CNPM. I don"t know what is the purpose of kdeploy, but it"s a listed dependency, so I searched and managed to install it. Even on cnpm, they list this package as missing and eventually it will be deleted from cnpm. But this is what I made for installing it:
All setup, now kdeploy is installed. |
@Filipe-Souza I"ve written off KaiOS by this point, but since you"ve successfully installed kdeploy, would you be inclined to mirror it on GitHub before it disappears? There seems to be a Kubernetes-related project of the same name. In fact, it"s a rather common project name on GitHub. In any case, it"s sad to see another development ecosystem bite the dust. |
@fluffrabbit Sure, I will search a way to do it properly on npm and post here soon. Also, I"m not a expert on Kubernetes, but this project you linked looks promising, I will look into it for more details. |
A source repo on GitHub would be great for anyone looking for this tool. Presumably it"s all scripts.
I only mentioned that project because it shares the name kdeploy. It has nothing to do with this.
…On May 26, 2020 6:19:38 PM MDT, Filipe Souza ***@***.***> wrote:
@fluffrabbit Sure, I will search a way to do it properly on npm and
post here soon.
Also, I"m not a expert on Kubernetes, but this project you linked looks
promising, I will look into it for more details.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://u15781542.ct.sendgrid.net/ls/click?upn=AqJ-2F-2ByL3-2BqJfLt-2FcyMbbz3i0EMQ8-2FvoEE-2BcaL-2F1cIGFCOIf-2BLUksa4jwqouDc1Uo3Wzb-2B6yNvGHrxIzFrzPnAdqsuYwzr5nudVgJydTnnv7kz8YGSw1IfUDmRx6W71Cij2Yk_U31jt5HgHBh7k3Grc5s4lxb0dnodF0PqVOdMl9xn5T43ldBcWXGEDdgLfbNKwonT-2FeOaOyNffuBdmvIaaRLbVd-2F-2BNSpbm1EBSb7aslzkJwN80YPLbhULiURjtF38dxsVr9tHjTgyby5RDA8C7QBkkmA4Pj0zvAY1-2FEJ6VIkDEnnfta3U9RWqKMRG2CXEnpGWgI8OKRr0lh5tXdok9QAT-2FFW6dbrhmbmG3I8TaCFrwqfbfgdaRtQ9-2BZUqCqsklDpraYdXd379VBJkBNb3ZAXxAwjLz4qmaPgA-2FTt4Wos7eAE-3D
|
After some trouble with npm repository, here it is: https://www.npmjs.com/package/@filipe_x3/kdeploy |
@Filipe-Souza You went above and beyond. Until the npm people get wind of this, the way to install it is:
I am getting some warnings, so there is maintenance to do in the future, but it does install.
I"ll keep this issue open for another couple weeks so people can find it. |
Apply changes found at kaiostech/sample-react@f143280 and you should be able to run I hate npm already. |
Very underrated OS. It runs stuff I can"t run on an Android phone. I would like to build apps for it. However, not everything is working for me and I think it may be a bug.
I can
npm install
parcel-bundler without issue, but kdeploy will not install. I don"t know where thekaiostech
namespace is supposed to be, but there doesn"t appear to be akdeploy
package in any case. I"m at a loss for how to proceed.UPDATE: Filipe has made a new kdeploy repo here. Until the npm package is marked as mainline, it is installed like this:
npm install -g @filipe_x3/kdeploy
The text was updated successfully, but these errors were encountered: