We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module 'payload/dist/admin/components/forms/field-types/RichText/elements/link/LinkDrawer/baseFields' Require stack:
The text was updated successfully, but these errors were encountered:
Do you try to use it with payload 2? They are not compatible
Sorry, something went wrong.
No branches or pull requests
im using pnpm and i get this error
Error: Cannot find module 'payload/dist/admin/components/forms/field-types/RichText/elements/link/LinkDrawer/baseFields'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
at Module.load (node:internal/modules/cjs/loader:901:27)
at Module.require (node:internal/modules/cjs/loader:1115:19)
at require (node:internal/modules/helpers:130:18)
at Object. (D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\features\linkplugin\floatingLinkEditor\index.js:56:22)
at Module.compile (node:internal/modules/cjs/loader:1241:14)
at Module.extensions..js (node:internal/modules/cjs/loader:1295:10)
at Object.newLoader [as .js] (D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules.pnpm\[email protected]\node_modules\pirates\lib\index.js:121:7)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module.load (node:internal/modules/cjs/loader:938:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\features\linkplugin\floatingLinkEditor\index.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\features\linkplugin\LinkFeature.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\types.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\fields\lexicalRichTextField.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\payload-plugin-lexical\dist\index.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\src\payload\collections\Posts\index.ts',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\src\payload\payload.config.ts',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected]@types[email protected][email protected][email protected]\node_modules\payload\dist\config\load.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected]@types[email protected][email protected][email protected]\node_modules\payload\dist\bin\generateGraphQLSchema.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected]@types[email protected][email protected][email protected]\node_modules\payload\dist\bin\index.js',
'D:\GitHub\COMPANIES\bbp-himanshu\chunavexpress.com\backend\node_modules\.pnpm\[email protected]@[email protected][email protected][email protected]\node_modules\payload\bin.js'
]
}
HELP required.
The text was updated successfully, but these errors were encountered: