Cobwebsite / Aventus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read properties of undefined (reading 'includes) on build with depedencies

UZApocalyps opened this issue · comments

Hi,
I'm trying to make a package, that contains a class.
image

Then I try to import it in another project using "dependencies" array in configuration file
image

The problem is when Aventus try to build it throw an "Cannot read properties of undefined (reading: 'includes')". Maybe it's my package that is not properly implemented. If it's my package can you add to documentation how to build a package.

Thanks

You shouldn't create a package file manually. A package file is the compiled version of one build. You can find more informations about how to import package here and how to export package via config file here under outputPackage