-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Unable to install or update in Foundry v11: Module validation errors due to missing packs[].type attribute in manifest? #172
Comments
Yep, same for me. My workaround described above still works, though (download the latest zip and manually extract it to your modules folder): https://github.com/flamewave000/dragonflagon-arch/archive/refs/tags/df-architect_4.0.0.zip
I have the impression that it isn't. So what can we do? We need someone with deeper understanding of the v11 module.json (which and I am definitely not). |
The module.json error is that
|
A good point! My error then was propably that I was trying to add the "missing" type node. |
How cool! Thank you |
Thank you for your work. Too bad that it is more complex than expected :( I hope someone finds a solution. Thanks anyway for all the effort |
@Dylenn187 - You're welcome. And I'm still curious and haven't completely given up, still trying to delve into it a bit deeper. I am not a deeplyexperienced Foundry modder, so this is a lot of trial-and-error for me... |
Having the same error when trying to update the module |
Describe the issue
To Reproduce
This produces the above error.
As a workaround, I've downloaded the latest zip and manually extracted it to my modules folder.
This seems to install the module, basically. As soon as I click the "update" button in Foundry setup, though, the same error occurs.
Expected behavior
Installing and updating running fine without such an error.
Screenshots (Optional)
Looks to my like some invalidity in module.json.
I guess that the problematic section is the packs declaration?
According to the error message, Foundry is expecting "type" nodes here, which seem to be missing:
The text was updated successfully, but these errors were encountered: