修正方法Could not find plugin "proposal-numeric-separator"
:Reactアプリケーションをビルドしようとすると、このエラーが発生します。アプリケーションをまだイジェクトしていません。
./src/index.js
Error: [BABEL] /home/pc/Downloads/project/src/index.js: Could not find plugin "proposal-numeric-separator". Ensure there is an entry in ./available-plugins.js for it. (While processing: "/home/pc/Downloads/project/node_modules/babel-preset-react-app/index.js$0")
at Array.map (<anonymous>)
at Generator.next (<anonymous>)
at Generator.next (<anonymous>)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
私はBabelと依存関係のProposal Numeric Separatorをダウンロードし、ノードモジュールを削除し、Yarnキャッシュをクリーンアップしようとしました。しかし何もうまくいきませんでした。
糸1.22.4とノード13.11.0を使用していますが、NPM 6.13.7でも試しました。