Tag:docs
All the articles with the tag "docs".
Node.js --experimental-specifier-resolution removed
Posted on:July 30, 2024 at 05:17 AMDirectory import '...' is not supported resolving ES modules imported from ...
(node:61774) ExperimentalWarning: `--experimental-loader` may be removed in the future
Posted on:July 29, 2024 at 09:30 PM...instead use `register()`: --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("./loader.js", pathToFileURL("./"));'