wanted elm-package uninstall

Words
78
Reading
1 min
Listen
Play
9y

In the wonderful elm package manager there does not seem to be an uninstall function
image

If I wanted to remove the package that I previously installed, lets say elm-community/typed-svg

then I could delete the directory :

rm -rf elm-stuff/packages/elm-community/typed-svg

But it is also in the elm-package.json file and needs to be removed from there :

elm-package.json:        "elm-community/typed-svg": "2.0.0 <= v < 3.0.0",

So after removing those two references, the package is removed. This should be a simple feature to implement.



Posted on Utopian.io - Rewarding Open Source Contributors

wanted elm-package uninstall | Ecency