Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"wechaty": "^1.20.2", 这个版本下 不支持js环境吗,我没有用ts #282

Open
nsnsqk opened this issue Feb 14, 2023 · 1 comment

Comments

@nsnsqk
Copy link

nsnsqk commented Feb 14, 2023

在main.js里,这一句就报错了:
import {
config,
Wechaty,
log,
ScanStatus,
WechatyBuilder,
Message
} from 'wechaty'

@sunboye
Copy link

sunboye commented Apr 11, 2023

我也是,有人教教吗
import {FileBox, ScanStatus, WechatyBuilder, log } from 'wechaty'
^^^^^^^
SyntaxError: The requested module 'wechaty' does not provide an export named 'FileBox'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:533:24)
at async loadESM (node:internal/process/esm_loader:91:5)
at async handleMainPromise (node:internal/modules/run_main:65:12)

版本信息:
$ npm --version
9.6.0

$ node --version
v16.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants