question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ng build fails in esbuild optimization with `ERROR: Expected identifier but found "="`

See original GitHub issue

Command

build

Description

ng build fails on esbuild optimization with an error

Minimal Reproduction

Reproduction: https://github.com/hirosystems/stacks.js-starters/tree/reproduce/angular-esbuild-fails-to-optimize/templates/template-angular

npm install npm run build

Exception or Error

Error: Optimization error [main.108cfaa997006c95.js]: Error: Transform failed with 1 error:
main.108cfaa997006c95.js:51652:5: ERROR: Expected identifier but found "="

Your Environment

Angular CLI: 14.1.0
Node: 16.17.0
Package Manager: npm 8.15.0 
OS: darwin arm64

Angular: 14.1.0
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1401.0
@angular-devkit/build-angular   14.1.0
@angular-devkit/core            14.1.0
@angular-devkit/schematics      14.1.0
@schematics/angular             14.1.0
rxjs                            7.5.6
typescript                      4.7.4

Anything else relevant?

Adding this commit https://github.com/hirosystems/stacks.js-starters/commit/a0937f3ae690c8a3d730c10003b03fd5c492c445 breaks the build

It seems to be a part of the esbuild optimization (disabling optimization for prod fixes the build).

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
jannikscommented, Sep 2, 2022

Thanks for finding that line — helped a bunch! ✅ Issue resolved

1reaction
alan-agius4commented, Sep 1, 2022

Esbuild is doing the right thing here as indeed the bundle contains invalid syntax.

// EXTERNAL MODULE: buffer/
var  = __webpack_require__(8664);
;// CONCATENATED MODULE: ./utils

Webpack is generating wrong code and it a result of the large number of errors in the compilation.

./node_modules/@stacks/auth/dist/esm/messages.js:74:26-37 - Error: export 'bytesToUtf8' (imported as 'bytesToUtf8') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/authorization.js:61:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/authorization.js:68:2-15 - Error: export 'writeUInt16BE' (imported as 'writeUInt16BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/authorization.js:70:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/authorization.js:362:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/bytesReader.js:34:11-23 - Error: export 'readUInt32BE' (imported as 'readUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/bytesReader.js:38:11-20 - Error: export 'readUInt8' (imported as 'readUInt8') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/bytesReader.js:42:11-23 - Error: export 'readUInt16BE' (imported as 'readUInt16BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/clarityValue.js:20:20-32 - Error: export 'bytesToAscii' (imported as 'bytesToAscii') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/clarityValue.js:171:30-42 - Error: export 'asciiToBytes' (imported as 'asciiToBytes') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/deserialize.js:89:23-35 - Error: export 'bytesToAscii' (imported as 'bytesToAscii') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/deserialize.js:94:22-33 - Error: export 'bytesToUtf8' (imported as 'bytesToUtf8') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:9:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:26:2-15 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:31:16-29 - Error: export 'bigIntToBytes' (imported as 'bigIntToBytes') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:36:16-29 - Error: export 'bigIntToBytes' (imported as 'bigIntToBytes') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:55:2-15 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:63:34-45 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:69:2-15 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:80:34-45 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:85:36-48 - Error: export 'asciiToBytes' (imported as 'asciiToBytes') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:87:2-15 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/clarity/serialize.js:90:34-45 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/keys.js:74:28-39 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/keys.js:77:15-32 - Error: export 'privateKeyToBytes' (imported as 'privateKeyToBytes') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/payload.js:95:6-19 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/payload.js:115:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/signature.js:76:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/transaction.js:166:4-17 - Error: export 'writeUInt32BE' (imported as 'writeUInt32BE') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/transaction.js:173:11-22 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:135:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:155:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:185:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:190:18-29 - Error: export 'bytesToUtf8' (imported as 'bytesToUtf8') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:211:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:214:18-29 - Error: export 'bytesToUtf8' (imported as 'bytesToUtf8') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:225:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:251:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/types.js:310:9-20 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/utils.js:52:23-34 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/utils.js:69:17-28 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

./node_modules/@stacks/transactions/dist/esm/utils.js:75:23-34 - Error: export 'concatArray' (imported as 'concatArray') was not found in '@stacks/common' (possible exports: BLOCKSTACK_DEFAULT_GAIA_HUB_URL, BLOCKSTACK_HANDLER, BadPathError, BlockstackError, Buffer, ChainID, ConflictError, DoesNotExist, ERROR_CODES, FailedDecryptionError, GaiaHubError, InvalidAmountError, InvalidDIDError, InvalidParameterError, InvalidStateError, Logger, LoginFailedError, MissingParameterError, NoSessionDataError, NotEnoughFundsError, NotEnoughProofError, PRIVATE_KEY_COMPRESSED_LENGTH, PRIVATE_KEY_UNCOMPRESSED_LENGTH, PayloadTooLargeError, PreconditionFailedError, RemoteServiceError, SignatureVerificationError, TransactionVersion, ValidationError, bytesToHex, concatBytes, config, fromTwos, getAesCbcOutputLength, getBase64OutputLength, getGlobalObject, getGlobalObjects, getGlobalScope, hexToBigInt, hexToBytes, hexToInt, intToBigInt, intToBytes, intToHex, isLaterVersion, isSameOriginAbsoluteUrl, makeUUID4, megabytesToBytes, nextHour, nextMonth, nextYear, parseRecoverableSignatureVrs, privateKeyToBuffer, signatureRsvToVrs, signatureVrsToRsv, toBuffer, toBytes, toTwos, updateQueryStringParameter, utf8ToBytes, with0x)

Closing as this is not actionable and the error is expected since the inputted JavaScript has errors.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Webpack external module gives an error on optimization
If I run ng build --configuration production --base-href --optimization false it builds and I can see the line causing the error (main.
Read more >
expected identifier but found * - You.com | The AI Search Engine ...
Scala Error: identifier expected but '}' found ... tl;dr the esbuild optimization fails with the following error in the @angular/cli:.
Read more >
dfinity/agent 0.9.3 not working with Angular default settings
Hi! I'm trying to setup a simple call to https://identity.ic0.app. Building the default plain vanilla Angular app with @dfinity/agent fails ...
Read more >
Angular package format
This document describes the Angular Package Format (APF). APF is an Angular specific specification for the structure and format of npm packages that...
Read more >
How to build angular cli application with esbuild
Are you curious if it's possible to build ng-cli generate application with esbuild - js bundling tool... Tagged with esbuild, angular.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found