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
The server crashes when adding this to remark plugins. Had to manually go into node_modules and add .js to internal (relative) package imports. Has anyone else seen this error?
error when starting dev server:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'node_modules/.pnpm/[email protected]/node_modules/remark-bibliography/lib/bibjson' imported from node_modules/.pnpm/[email protected]/node_modules/remark-bibliography/lib/index.js
at new NodeError (node:internal/errors:400:5)
at finalizeResolution (node:internal/modules/esm/resolve:260:11)
at moduleResolve (node:internal/modules/esm/resolve:879:10)
at defaultResolve (node:internal/modules/esm/resolve:1087:11)
at nextResolve (node:internal/modules/esm/loader:161:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:834:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:415:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:77:40)
at link (node:internal/modules/esm/module_job:76:36)
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
The server crashes when adding this to remark plugins. Had to manually go into
node_modules
and add.js
to internal (relative) package imports. Has anyone else seen this error?The text was updated successfully, but these errors were encountered: