1 | (node:21) ExperimentalWarning: CommonJS module /home/********/tmp/node-v23.1.0-linux-x64/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /home/********/tmp/node-v23.1.0-linux-x64/lib/node_modules/npm/node_modules/supports-color/index.js using require().
|
2 | Support for loading ES Module in require() is an experimental feature and might change at any time
|
3 | (Use `node --trace-warnings ...` to show where the warning was created)
|
5 | changed 16 packages, and audited 172 packages in 2s
|
7 | 35 packages are looking for funding
|
8 | run `npm fund` for details
|
12 | > discord-bot@1.0.0 start
|
13 | > node --experimental-specifier-resolution=node --loader ts-node/esm src/index.ts
|
15 | (node:44) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
|
16 | --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'
|
17 | (Use `node --trace-warnings ...` to show where the warning was created)
|
18 | (node:44) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
|
19 | (Use `node --trace-deprecation ...` to show where the warning was created)
|
21 | node:internal/modules/run_main:122
|
22 | triggerUncaughtException(
|
24 | [Object: null prototype] {
|
25 | [Symbol(nodejs.util.inspect.custom)]: [Function: [nodejs.util.inspect.custom]]
|