๐ Bug โพ Taq uninstall
command returns successfully when naming a non-existent plugin
#1785
Open
1 of 6 tasks
๐ฅ Status (Internal Taqueria Team Use Only)
๐ What happened?
Doing a
taq uninstall non-existent-plugin
returnsPlugin uninstalled successfully
.The problem this poses is that a developer might think they have uninstalled a plugin they thought they did, but they haven't (of course).
The expected behavior is for taq to return
Plugin "non-existent-plugin" not found
.๐ Steps to Reproduce?
Type
taq uninstall <blah>
in a root Taqueria project.๐ชต Relevant log output
โ taqueria-scaffold-taco-shop git:(1325-refactor-taco-shop-tests) โ taq uninstall non-existent-plugin up to date, audited 624 packages in 4s ... found 0 vulnerabilities Plugin uninstalled successfully
๐ How impactful is this bug?
๐ค Notable but managable
๐ฎ Taqueria Version
v0.26.28-rc
๐ฟ Node.js Version
v16.19.0
Code of Conduct
The text was updated successfully, but these errors were encountered: