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
node:internal/modules/esm/resolve:257
throw new ERR_MODULE_NOT_FOUND(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'D:\source\adaptcards3test\node_modules\adaptivecards\lib\strings' imported from D:\source\adaptcards3test\node_modules\adaptivecards\lib\adaptivecards.js
at finalizeResolution (node:internal/modules/esm/resolve:257:11)
at moduleResolve (node:internal/modules/esm/resolve:913:10)
at defaultResolve (node:internal/modules/esm/resolve:1037:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:650:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:599:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:582:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:241:38)
at ModuleJob._link (node:internal/modules/esm/module_job:132:49) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///D:/source/adaptcards3test/node_modules/adaptivecards/lib/strings'
}
Node.js v22.11.0
We are using AdaptiveCards in the samples for the new Agents SDK, yes this is a sample for Teams, but I dont think it's relevant as the issue happens in any node app using ESM.
This was triggered by dependabot rasing this PR. microsoft/Agents-for-js#245 , and we could not take it since it will break our sample.
Seems like there are some problems in
3.0.5
, and wondering if there is any other issue to track.repro steps:
Fails with
Originally posted by @rido-min in #8319
The text was updated successfully, but these errors were encountered: