You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to replicate your setup and PoC but it doesn't seem to work as it should. An idea ?
(node:3281) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/process/esm_loader:46
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'pp-finder' imported from /workspace/target/express/
at new NodeError (node:internal/errors:405:5)
at packageResolve (node:internal/modules/esm/resolve:782:9)
at moduleResolve (node:internal/modules/esm/resolve:831:20)
at defaultResolve (node:internal/modules/esm/resolve:1036:11)
at nextResolve (node:internal/modules/esm/hooks:733:28)
at Hooks.resolve (node:internal/modules/esm/hooks:242:30)
at #getModuleJob (node:internal/modules/esm/utils:129:41)
at ModuleLoader.getModuleJob (node:internal/modules/esm/utils:133:44)
at ModuleLoader.import (node:internal/modules/esm/loader:227:28)
at initializeHooks (node:internal/modules/esm/utils:156:58) {
code: 'ERR_MODULE_NOT_FOUND'
}
Node.js v20.5.1
The text was updated successfully, but these errors were encountered:
Hello,
I tried to replicate your setup and PoC but it doesn't seem to work as it should. An idea ?
The text was updated successfully, but these errors were encountered: