我正在尝试在我的应用中使用Google Recaptcha。我已经使用npm install --save react-google-recaptcha
安装了它。当我将其导入到我的应用程序并保存项目时,出现以下错误。
导入
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"
我该如何解决这个问题
答案 0 :(得分:1)
npm install --save-dev babel-preset-es2015