1
0

More than 1 year has passed since last update.

Angular CLI(12.2.10)インストール時のWARNについて

Last updated at Posted at 2021-10-16

はじめに

Angular CLIインストール時にWARNが出たので調べてみました。

2021年10月時点

2021/10/20 npmのバージョンに関する部分を削除、タイトルの変更

Angular CLIのインストール

$npm i @angular/cli
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

har-validator@5.1.5request@2.88.2は廃止予定でAngular CLI側での対処待ち
uuid@3.4.0Angular CLI側での対処待ち
https://github.com/angular/angular-cli/issues/20994

終わりに

  • 開発が進むと対処が大変になる可能性があるので、WARNであっても押さえておきたい。
  • 開発環境構築を急かされて後回しにされるような気もする。
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0