#✅ How can i install extension via pnpm or npm ?

6 messages · Page 1 of 1 (latest)

sudden epoch
#

I want to install this extension https://github.com/rezo-labs/directus-extension-schema-management-module. I try to install by clone git repo from directus github and use pnpm to install this extension but it has error

"Running this command will add the dependency to the workspace root, which might not be what you want - if you really meant it, make it explicit by running this command again with the -w flag (or --workspace-root). If you don't want to see this warning anymore, you may set the ignore-workspace-root-check setting to true."

how can i solve this error ?

I use directus 10.1

onyx palmBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! ✨

(If you have a support agreement and need help, please contact the core team via email.)

low nova
#

Any reason for you to clone the repo? Why not simply install it like described in the readme npm i directus-extension-schema-management-module or pnpm add directus-extension-schema-management-module?

wanton mortar
#

Beware that that extension does not look like it has been updated for Directus v10

sudden epoch
#

thank you every i have solved this problem.

onyx palmBOT
#

✅ How can i install extension via pnpm or npm ?