Describe the Bug
Hi, the readme states
All classic Directus versions 9 extensions should work without any hurdle with this open source branch.
but when I try to add the directus-extension-schema-management-module via npm i directus-extension-schema-management-module it does not appear in the project/system settings as described in there readme. https://github.com/rezo-labs/directus-extension-schema-management-module?tab=readme-ov-file#get-started
When starting directus9 I get following error message:
"@directus/extensions-sdk" is imported by "node_modules/directus-extension-schema-management-module/dist/index.js", but could not be resolved – treating it as an external dependency.
Do I need to modify the code or tsconfig.json so this extension also works with this fork?
Directus Version
v9.26.11
Hosting Strategy
Self-Hosted (Custom)
Describe the Bug
Hi, the readme states
but when I try to add the directus-extension-schema-management-module via
npm i directus-extension-schema-management-moduleit does not appear in the project/system settings as described in there readme. https://github.com/rezo-labs/directus-extension-schema-management-module?tab=readme-ov-file#get-startedWhen starting directus9 I get following error message:
Do I need to modify the code or tsconfig.json so this extension also works with this fork?
Directus Version
v9.26.11
Hosting Strategy
Self-Hosted (Custom)