フロントエンドフレームワークテスト(3)-blur-admin-master実行
2048 ワード
このディレクトリ構造を見るのも
いろいろな新聞が間違っていて、くだらない話ではありません.
「bower」は内部または外部コマンドではなく、実行可能なプログラムではありません.
最初はよく見なかったが、
クリーンアップが完了したら、
あまり長くない待ち時間を経て、また間違ったことを報告して、役に立つのはこの文です.
ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/angular/bower-angular-route.git", exit code of#128 fatal: unable to access 'https://github.com/angular/bower-angular-route.git/': error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt CApath: none Additional error details: fatal: unable to access 'https://github.com/angular/bower-angular-route.git/': error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt CApath: none
おそらく
入力:
エラー:
You seem to not be depending on "@angular/core". This is an error.
または、
まだエラーが発生しています.
The "@angular/compiler-cli"package was not properly installed.
引き続き解決中・・・
angular
の配布方式なので、同じようにルートディレクトリに入り、入力します.cnpm install
いろいろな新聞が間違っていて、くだらない話ではありません.
「bower」は内部または外部コマンドではなく、実行可能なプログラムではありません.
最初はよく見なかったが、
Angular CLI
が組み立てられていないと思って、アンインストールして再インストールし、アンインストールしたAngular CLI
も技術的な仕事で、Angular-cliのインストールと失敗の原因を参照して解決した.npm uninstall -g angular-cli
の後ろのパッケージはインストール時と一致しなければならない.そうしないと、何の反応もなく楽しく終わる.npm cache clean
キャッシュをクリーンアップするのかもしれませんが、理解は難しくありません.クリーンアップが完了したら、
cnpm install -g @angular/cli
Angular CLI
を再インストールするのは本当に長い過程です.bower
の問題を提示して、これで私は真剣に見て、確かにbower
がインストールしていないため、システムはこのソフトウェアを見つけることができなくて、だから実行しますcnpm install -g bower
bower
を取り付けます.bower
が取り付けられていることを確認してから、入力を続けます.cnpm install
あまり長くない待ち時間を経て、また間違ったことを報告して、役に立つのはこの文です.
ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/angular/bower-angular-route.git", exit code of#128 fatal: unable to access 'https://github.com/angular/bower-angular-route.git/': error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt CApath: none Additional error details: fatal: unable to access 'https://github.com/angular/bower-angular-route.git/': error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt CApath: none
おそらく
Git
の問題で、検索後、android studio環境を構築するために遭遇した穴を参照して、入力します.git config --global http.sslVerify false
Git
のsslを閉じました(多分そういう意味でしょう).長いハードディスク(HDD)を食べる時間と操作を経て終了します.入力:
ng build
エラー:
You seem to not be depending on "@angular/core". This is an error.
または、
ng serve
まだエラーが発生しています.
The "@angular/compiler-cli"package was not properly installed.
引き続き解決中・・・