kraken icon indicating copy to clipboard operation
kraken copied to clipboard

支持 Windows CLI

Open sds0917 opened this issue 5 years ago • 10 comments

使用的 Kraken 版本 | What version of kraken are you using

重现步骤 | Steps To Reproduce

node 12.0.0版本 执行npm i @openkraken/cli -g命令报了个tar解压错误。。应该是kraken-win32-0.7.1.tar.gz下载的有问题,所以解压失败。

重现代码 | Code example:

预期结果 | Expected results:

实际结果 | Actual results: image image image image

sds0917 avatar Apr 22 '21 01:04 sds0917

你好 @sds0917 Kraken 目前暂时没有提供可运行在 Windows 平台的 CLI 程序。
诉求收到,我们会尽快支持

wssgcg1213 avatar Apr 22 '21 02:04 wssgcg1213

意思是只能mac os下开发?

sds0917 avatar Apr 22 '21 02:04 sds0917

目前可以通过集成到 Android/iOS 的方式进行, 体验的话除了 CLI 也可以使用 Android 下的 PlaygroundApp https://openkraken.com/guide#kraken-playground

wssgcg1213 avatar Apr 22 '21 02:04 wssgcg1213

好,等等看,感谢。

sds0917 avatar Apr 22 '21 02:04 sds0917

联名请求官方尽快推出Windows CLI

Dukro avatar Aug 01 '21 03:08 Dukro

联名请求官方尽快推出Windows CLI

zypolo91 avatar Sep 16 '21 07:09 zypolo91

有木有Windows支持的时间表😀

tomgao365 avatar Sep 25 '21 04:09 tomgao365

This technology is really impressive, Could you please indicate when windows cli will be available? Do you have any roadmap or plan on this?

arasrezaei avatar Nov 02 '21 16:11 arasrezaei

I also tested cli v 0.10 on WSL 2 ubuntu (Linux emulator on windows), failed as well (tar xzf error)

arasrezaei avatar Mar 26 '22 19:03 arasrezaei

I have the same problems when install on windows.

C:\Users\Liu.D.H>npm i @openkraken/cli -g
npm ERR! code 1
npm ERR! path C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js
npm ERR! % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
npm ERR!                                  Dload  Upload   Total   Spent    Left  Speed
100   301  100   301    0     0    692      0 --:--:-- --:--:-- --:--:--   693
npm ERR! tar: Error opening archive: Unrecognized archive format
npm ERR! node:child_process:894
npm ERR!     throw err;
npm ERR!     ^
npm ERR!
npm ERR! Error: Command failed: tar xzf C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli\kraken-win32-0.11.1.tar.gz -C ./build
npm ERR!     at checkExecSyncError (node:child_process:820:11)
npm ERR!     at execSync (node:child_process:891:15)
npm ERR!     at Object.<anonymous> (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\@openkraken\cli\install.js:15:1)
npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1112:14)
npm ERR!     at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
npm ERR!     at Module.load (node:internal/modules/cjs/loader:988:32)
npm ERR!     at Module._load (node:internal/modules/cjs/loader:834:12)
npm ERR!     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
npm ERR!     at node:internal/main/run_main_module:17:47 {
npm ERR!   status: 1,
npm ERR!   signal: null,
npm ERR!   output: [ null, null, null ],
npm ERR!   pid: 21868,
npm ERR!   stdout: null,
npm ERR!   stderr: null
npm ERR! }
npm ERR!
npm ERR! Node.js v18.4.0

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2022-09-09T00_34_31_866Z-debug-0.log

C:\Users\Liu.D.H>

Why not windows?

liudonghua123 avatar Sep 09 '22 00:09 liudonghua123