Using npx abi-to-sol without prior installation now appears to fail to invoke prettier correctly, as described by @gosuto-inzasheru in #67.
After trouble finding a quick way to fix this, this PR instead simply removes support for this interface, since the web UI suffices as a quickstart instead. Installing and running abi-to-sol does not seem to have these same problems, even with npx abi-to-sol after installation.
Using
npx abi-to-sol
without prior installation now appears to fail to invoke prettier correctly, as described by @gosuto-inzasheru in #67.After trouble finding a quick way to fix this, this PR instead simply removes support for this interface, since the web UI suffices as a quickstart instead. Installing and running abi-to-sol does not seem to have these same problems, even with
npx abi-to-sol
after installation.