In the wonderful elm package manager there does not seem to be an uninstall function
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
Hey @h4ck3rm1k3st33m I am @utopian-io. I have just upvoted you!
Achievements
Suggestions
Get Noticed!
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
one way I found to uninstall is to remove the line from elm-package.json and then to delete elm-stuff and run the elm-make to reinstall stuff.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit