wechaty / matrix-appservice

Wechaty [Matrix] Application Services Bridge
https://matrix.org/docs/projects/bridge/matrix-appservice-wechaty
Apache License 2.0
131 stars 16 forks source link

revert Dependabot/npm and yarn/read pkg up 8.0.0 #107

Closed lprintf closed 2 years ago

lprintf commented 2 years ago

revert Dependabot/npm and yarn/read pkg up 8.0.0

lprintf commented 2 years ago

106

huan commented 2 years ago

require will not work with ESM.

import a module first, then use it later.

See:

lprintf commented 2 years ago

require will not work with ESM.

import a module first, then use it later.

See:

OK, I will try again. I use import before but reuse require for fix the check problem.

lprintf commented 2 years ago

Now, It works well locally, but can't pass the check. It seem to be a problem about node smoke-testing.js of scripts/npm-pack-testing.sh.

huan commented 2 years ago

Error: Cannot find module 'qrcode-terminal'

You need to install qrcode-terminal in scripts/npm-pack-testing.sh