bigcommerce / widget-builder

MIT License
18 stars 39 forks source link

fix: Downgrade inquirer to 8.2.5 to fix ERR_REQUIRE_ESM error #150

Closed christensenep closed 7 months ago

christensenep commented 7 months ago

What? Why?

Addresses https://github.com/bigcommerce/widget-builder/issues/141 by downgrading inquirer to 8.2.5. Versions >9 do not support CommonJS.

Testing / Proof

Installed the widget builder CLI and verified it functions as expected.