Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

'Unable to get local issuer certificate' when starting

オープン
#5,085 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
node.js, typescript
領域
cli, networking

調査の方向性

tabs starter をダウンロードして展開する ionic start のパスから始め、次に https://d2ql0qc7j8u4b2.cloudfront.net/angular-official-tabs.tar.gz への superagent リクエストを調べます。Node.js 20 を使って Windows で UNABLE_TO_GET_ISSUER_CERT_LOCALLY エラーを再現します。starter のダウンロードが動作するか、CLI が対処可能な証明書設定の問題を報告すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

triage

2024-03-26_08-46-34
Description:
This is my first time using Ionic and i have tried to start with the "photo-gallery" project which is provided in official webpage of ionic. But, unfortunately not being able to start the project

Steps to Reproduce:
ionic start photo-gallery tabs --type=angular --capacitor

Output:
ionic start photo-gallery tabs --type=angular --capacitor --verbose
ionic:lib Terminal info: { ci: false, shell: 'C:\WINDOWS\system32\cmd.exe', tty: true, windows: true } +0ms
ionic:lib CLI global options: { _: [ 'start', 'photo-gallery', 'tabs' ], help: null, h: null, verbose: true, quiet: null, interactive: true, color: true, confirm: null, json: null, type: 'angular', capacitor: true, project: null, '--': [] } +2ms
ionic Context: { binPath: 'C:\Users\faridun.turdiev\AppData\Roaming\npm\node_modules\@ionic\cli\bin\ionic', libPath: 'C:\Users\faridun.turdiev\AppData\Roaming\npm\node_modules\@ionic\cli', execPath: 'C:\Users\faridun.turdiev\Here\Programming\Angular\IonicAngular', version: '7.2.0' } +0ms
? Would you like to build your app with NgModules or Standalone Components?
Standalone components are a new way to build with Angular that simplifies the way you build your app.
To learn more, visit the Angular docs:
https://angular.io/guide/standalone-components

NgModules
? .\photo-gallery exists. Overwrite? Yes
ionic:lib:telemetry Sending telemetry for command: 'ionic start' [
ionic:lib:telemetry 'photo-gallery',
ionic:lib:telemetry 'tabs',
ionic:lib:telemetry '--capacitor',
ionic:lib:telemetry '--verbose',
ionic:lib:telemetry '--interactive',
ionic:lib:telemetry '--color',
ionic:lib:telemetry '--type=angular',
ionic:lib:telemetry '--project-id=photo-gallery'
ionic:lib:telemetry ] +0ms
√ Preparing directory .\photo-gallery in 3.15ms
ionic:commands:start Tar extraction created for C:\Users\faridun.turdiev\Here\Programming\Angular\IonicAngular\photo-gallery +0ms
superagent GET https://d2ql0qc7j8u4b2.cloudfront.net/angular-official-tabs.tar.gz +0ms
| Downloading and extracting tabs starter Error: unable to get local issuer certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
at TLSSocket.emit (node:events:518:28)
at TLSSocket._finishInit (node:_tls_wrap:1085:8)
at ssl.onhandshakedone (node:_tls_wrap:871:12) {
code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY',
response: undefined
}
/ Downloading and extracting tabs starter

My ionic info:

Ionic:

   Ionic CLI : 7.2.0

Utility:

   cordova-res : 0.15.4
   native-run  : 2.0.1

System:

   NodeJS : v20.11.1
   npm    : 10.2.4
   OS     : Windows 10

Other Information:
I have tried to reinstall node, angular cli and ionic cli, but it did not work for me

主要言語
TypeScript
スター
2k
フォーク
681
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ionic-team/ionic-cli のほかの issue

ionic-team/ionic-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。