> @solana/pay@0.2.6 example:merchant
> node --experimental-specifier-resolution=node --loader ts-node/esm example/payment-flow-merchant/main.ts
(node:90698) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
(node:90698) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:internal/modules/run_main:105
triggerUncaughtException(
^
[Object: null prototype] {
Symbol(nodejs.util.inspect.custom): [Function: [nodejs.util.inspect.custom]]
}
Node.js v24.3.0
output:
> @solana/pay@0.2.6 example:merchant > node --experimental-specifier-resolution=node --loader ts-node/esm example/payment-flow-merchant/main.ts (node:90698) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`: --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));' (Use `node --trace-warnings ...` to show where the warning was created) (node:90698) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/modules/run_main:105 triggerUncaughtException( ^ [Object: null prototype] { Symbol(nodejs.util.inspect.custom): [Function: [nodejs.util.inspect.custom]] } Node.js v24.3.0