scale-it / algo-builder

Framework to automate development of Algorand Assets and Smart Contracts.
https://algobuilder.dev
Apache License 2.0
133 stars 42 forks source link

Cannot find module 'findup-sync' in runtime package #868

Open MacroChip opened 1 year ago

MacroChip commented 1 year ago

Describe the bug

The runtime package depends on findup-sync despite not declaring it as a dependency. Therefore, it can't be found unless it is transitively already there. So if you are using runtime in isolation (i.e. not through another algob package), it won't necessarily be found.

Environment