Could not find plugin “proposal-numeric-separator”

后端 未结 18 1176
情深已故
情深已故 2020-12-08 00:04

How to fix Could not find plugin \"proposal-numeric-separator\", I get this error when I try to build my React application, I have not ejected the application y

18条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-08 00:21

    From the corresponding issue in create-react-app,

    Update react-scripts to 3.4.1 in your package.json file and remove node_modules as well as package-lock.json/yarn.lock and re-install.

提交回复
热议问题