Search code examples
elm

How to uninstall Elm package?


After I install an elm package by executing

elm package install packagename

Is there a way to uninstall the elm package besides manually deleting the dependency in elm-package.json?


Solution

  • currently the only way to remove a package is to delete the dependency in elm-package.json