javascript-jp.dev
javascript
html
jquery
css
angular
node.js
typescript
reactjs
npm
arrays
Dark
core js
[1/1]
core-jsバージョンに関する警告について
Prompt Please explain in Japanese the "npm WARN deprecated
[email protected]
: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues" related to programming in "angular", "npm-install", "core-js"
Angularプロジェクトにおける「core-js」と「@angular-devkit/build-angular」のバージョン不一致によるエラー解決
方法 1: core-js のバージョンをダウングレードするpackage. json ファイルを開きます。core-js のバージョンを 2.5.7 以下にダウングレードします。例:npm install または yarn install コマンドを実行して、依存関係を再インストールします。
1