Як виправити 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 і пропозицію залежності, чисельний сепаратор, видалити модулі вузла, очистити кеш пряжі; але нічого не вийшло.
Я використовую пряжу 1.22.4 та Node 13.11.0, але я також спробував з NPM 6.13.7.