Araib
12/27/2022, 2:07 PMRobert Jaros
12/27/2022, 2:17 PMdecentraland
is a command line tool for the sdk. And you probably want to use the sdk itself. Perhaps you should add dependencies from @dcl/
namespace (e.g. @dcl/ecs-scene-utils
).Araib
12/27/2022, 2:18 PMimplementation(npm("@dcl/ecs-scene-utils", "latest"))
implementation(npm("decentraland", ">3.12.3"))
implementation(npm("decentraland-builder-scripts", "latest"))
implementation(npm("decentraland-ecs", "latest"))
implementation(devNpm("decentraland-ecs", "latest"))
implementation(devNpm("@dcl/eslint-config", "^1.0.1"))
Robert Jaros
12/27/2022, 2:21 PM"decentraland"
- it's a tool not a libraryAraib
12/27/2022, 2:26 PM