知道我缺少什么包装。
import('react-ace').then(function (component) {
^^^^^^
SyntaxError: Unexpected token import
22 | />
23 | );
> 24 | ButtonList.defaultProps = {
25 | text: '',
26 | primary: false,
27 | onclick: null,
at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/script_transformer.js:316:17)
我在执行目录中包含了certfil,chardet,idna,requests,requests_cache和urllib3包。
我正在使用以下内容进行python部署:
Python:
#!/usr/bin/env python
import requests
import requests_cache
Error:
/bin/requests_cache/backends/init.py", line 54, in create_backend
_backend_dependencies[backend_name])
ImportError: You must install the python package: sqlite3
我知道它说sqlite3我试过包括在本地,但这不起作用。