We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the Actual Error I got:
macbook@MACBOOKs-MacBook-Pro btc_service % npm run build
btc_service@0.0.1 build (tsc||true)
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:50 - error TS1005: ']' expected.
7 declare const TAGS: readonly ["BIP0340/challenge", "BIP0340/aux", "BIP0340/nonce", "TapLeaf", "TapBranch", "TapSighash", "TapTweak", "KeyAgg list", "KeyAgg coefficient"]; ~
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:52 - error TS1134: Variable declaration expected.
7 declare const TAGS: readonly ["BIP0340/challenge", "BIP0340/aux", "BIP0340/nonce", "TapLeaf", "TapBranch", "TapSighash", "TapTweak", "KeyAgg list", "KeyAgg coefficient"]; ~~~~~~~~~~~~~
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:169 - error TS1005: ';' expected.
tsconfig.json:17:7 - error TS5023: Unknown compiler option 'noUncheckedIndexedAccess'.
17 "noUncheckedIndexedAccess": false ~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 4 errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the Actual Error I got:
macbook@MACBOOKs-MacBook-Pro btc_service % npm run build
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:50 - error TS1005: ']' expected.
7 declare const TAGS: readonly ["BIP0340/challenge", "BIP0340/aux", "BIP0340/nonce", "TapLeaf", "TapBranch", "TapSighash", "TapTweak", "KeyAgg list", "KeyAgg coefficient"];
~
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:52 - error TS1134: Variable declaration expected.
7 declare const TAGS: readonly ["BIP0340/challenge", "BIP0340/aux", "BIP0340/nonce", "TapLeaf", "TapBranch", "TapSighash", "TapTweak", "KeyAgg list", "KeyAgg coefficient"];
~~~~~~~~~~~~~
node_modules/bitcoinjs-lib/src/crypto.d.ts:7:169 - error TS1005: ';' expected.
7 declare const TAGS: readonly ["BIP0340/challenge", "BIP0340/aux", "BIP0340/nonce", "TapLeaf", "TapBranch", "TapSighash", "TapTweak", "KeyAgg list", "KeyAgg coefficient"];
~
tsconfig.json:17:7 - error TS5023: Unknown compiler option 'noUncheckedIndexedAccess'.
17 "noUncheckedIndexedAccess": false
~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 4 errors.
The text was updated successfully, but these errors were encountered: