Abstrat-Technologies / rustedanvil

A project aiming to revive and create patches for abandoned Forge versions
Other
4 stars 1 forks source link

[CORE][BUG] Build failure #33

Closed arek-kwapis closed 1 year ago

arek-kwapis commented 1 year ago

Describe the bug npm is unable to successfully build from the core due to a error with dependencies

To Reproduce npm ci

Expected behavior Return check with pass

Screenshots Screen 1

Additional context Build scrips included to stop exactly this

of note is the weird behaviour of the modules, took 3 reinstalls before it behaved

Unloaded123456 commented 1 year ago

Dependecies of what? Of NPM or Forge or something else?

arek-kwapis commented 1 year ago

Dependecies of what? Of NPM or Forge or something else?

of the project.

Edit: It doesn't matter anyway. I'm now switching the testing infrastructure to use JEST instead.

arek-kwapis commented 1 year ago

Fixed in 105ae08