Como corrigir Could not find plugin "proposal-numeric-separator"
, recebo esse erro ao tentar criar meu aplicativo React, ainda não o ejetei:
./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.
Tentei fazer o download do Babel e do separador numérico da proposta e da dependência, remover os módulos do nó, limpar o cache do Yarn; mas nada funcionou.
Estou usando o Yarn 1.22.4 e o Node 13.11.0, mas também tentei com o NPM 6.13.7.