我下载并尝试使用来自链接的相同代码,但我得到了以下错误: at C:\Users\simer\Downloads\Talkhappi\client\node_modules\react-speech-recognition\lib\RecognitionManager.js:247:61at C:\Users\simer\Downloads\Talkhappi\client\node_modules
我有一小段代码 var api = await PrognApi(this.state.Name); }未捕获ReferenceError:未定义regeneratorRuntime
在控制台中。我知道我以前在React中使用过async和await,但我不记得我是如何认为我必须安装库的。任何建议都是很棒的。我正在使用一个js文件来保存我的j
我正在使用React测试库。当我尝试运行测试时,我会得到这个错误ReferenceError: regeneratorRuntime is not defined。'); expect(ingredientsTable).toBeTruthy();});regeneratorRuntime is not defined
我正在使用对XML进行签名,但是我得到了以下错误 at C:\Users\HP\WebstormProjects_load (module.js:491:3)
我搜索了这个错误,发现这个错误的出现是因为这个包或它的依赖项使用了babel。我的问题是,考虑到我不是babel的直接用户,我能对这个babel错误做些什么吗?