scaleGrid icon indicating copy to clipboard operation
scaleGrid copied to clipboard

Bug: Fails to install on foundry 10.284

Open mwedel255 opened this issue 2 years ago • 0 comments

Trying to install results in an error in it not being able to find a .css file: FoundryVTT | 2022-09-05 17:45:11 | [info] FoundryVTT | Installed module scaleGrid FoundryVTT | 2022-09-05 17:45:11 | [warn] The package "scaleGrid" is using "author" which is deprecated in favor of "authors" Deprecated since Version 9 Backwards-compatible support will be removed in Version 11 FoundryVTT | 2022-09-05 17:45:11 | [warn] The package "scaleGrid" is using the old flat core compatibility fields which are deprecated in favor of the new "compatibility" object Deprecated since Version 10 Backwards-compatible support will be removed in Version 13 FoundryVTT | 2022-09-05 17:45:11 | [error] Metadata validation failed for module "scaleGrid": The file "styles/gridScale.css" included by module scaleGrid does not exist Error: Metadata validation failed for module "scaleGrid": The file "styles/gridScale.css" included by module scaleGrid does not exist at PackageAssetField.initialize (file:///export/programs/foundry/resources/app/dist/packages/package.mjs:1:1270) at file:///export/programs/foundry/resources/app/common/data/fields.mjs:857:40 at Array.map () at SetField.initialize (file:///export/programs/foundry/resources/app/common/data/fields.mjs:857:18) at SetField.initialize (file:///export/programs/foundry/resources/app/common/data/fields.mjs:908:26) at Module._initialize (file:///export/programs/foundry/resources/app/common/abstract/data.mjs:198:27) at new DataModel (file:///export/programs/foundry/resources/app/common/abstract/data.mjs:60:10) at new BasePackage (file:///export/programs/foundry/resources/app/common/packages/base-package.mjs:59:5) at new BaseModule (file:///export/programs/foundry/resources/app/common/packages/base-module.mjs:11:16) at new ServerPackageMixin (file:///export/programs/foundry/resources/app/dist/packages/package.mjs:1:1854) FoundryVTT | 2022-09-05 17:45:11 | [info] PACKAGE.InstallFailed - 100%

The module.json file is trying to reference that file (styles/gridScale.css), but the only file in the styles directory is gridStyle.css

mwedel255 avatar Sep 06 '22 00:09 mwedel255