小编Bin*_*gla的帖子

安装Cordova CLI和Ionic

最近我将node.js与ionic和cordova一起安装了:

sudo npm install -g cordova ionic
Run Code Online (Sandbox Code Playgroud)

......而且一切似乎都很好.但是当我跑步时:

ionic info
Run Code Online (Sandbox Code Playgroud)

似乎缺少Cordova CLI:

Your system information:

Cordova CLI: Not installed
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.0
Ionic Version: 1.1.1
Ionic CLI Version: 1.7.10
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2 
ios-sim version: 5.0.3 
OS: Mac OS X El Capitan
Node Version: v5.1.0
Xcode version: Xcode 7.1.1 Build version 7B1005 


******************************************************
Dependency warning - for the CLI to run correctly,      
it is highly suggested to install/upgrade the …
Run Code Online (Sandbox Code Playgroud)

node.js npm cordova ionic

6
推荐指数
1
解决办法
6532
查看次数

使用自托管代理解压缩时,GitHub Action 签出失败

我正在使用 GitHub Actions 和安装在 Windows 2019 服务器上的自托管代理来设置 CI/CD 管道。

我面临的问题是操作 actions/checkout@v2 无法签出存储库并完全解压缩它。当我说“完全解压”时,我的意思是目标文件夹中有一些文件,它在停止之前设法解压。

从日志中:

Run actions/checkout@v2
Syncing repository: Syd/ExternWebb
Getting Git version info
Deleting the contents of 'C:\actions-runner\_work\ExternWebb\ExternWebb'
The repository will be downloaded using the GitHub REST API
To create a local Git repository instead, add Git 2.18 or higher to the PATH
Downloading the archive
Writing archive to disk
Extracting the archive
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } …
Run Code Online (Sandbox Code Playgroud)

checkout github-actions github-actions-self-hosted-runners

2
推荐指数
1
解决办法
9266
查看次数