这是啥错误?
~/cfrelay$ npm run deploy
> cfrelay@0.0.0 deploy
> wrangler deploy
⛅️ wrangler 3.51.0
-------------------
✘ [ERROR] Could not resolve "@noble/hashes/utils"
src/index.js:10:25:
10 │ import {bytesToHex} from '@noble/hashes/utils'
╵ ~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@noble/hashes/utils" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Could not resolve "@noble/hashes/sha256"
src/index.js:11:23:
11 │ import { sha256 } from '@noble/hashes/sha256'
╵ ~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@noble/hashes/sha256" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Could not resolve "@noble/curves/secp256k1"
src/index.js:12:24:
12 │ import { schnorr } from '@noble/curves/secp256k1'
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@noble/curves/secp256k1" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Build failed with 3 errors:
src/index.js:10:25: ERROR: Could not resolve "@noble/hashes/utils"
src/index.js:11:23: ERROR: Could not resolve "@noble/hashes/sha256"
src/index.js:12:24: ERROR: Could not resolve "@noble/curves/secp256k1"