我正在尝试在我的应用程序中使用google recaptcha。我已经使用npm install --save react-google-recaptcha安装了它。当我将其导入到我的应用程序并保存project.It时,会出现以下错误。
导入
import ReCaptcha from 'react-google-recaptcha'错误
error: bundling failed: Error: Couldn't find preset "es2015" relative to directory "D:\\My Work\\Company Projects\\Ongoing\\ZappyFoods\\Mobile App\\zappyfood_app\\node_modules\\react-google-recaptcha"我该如何解决这个问题呢?
https://stackoverflow.com/questions/51354821
复制相似问题