wanted elm-package uninstall

in utopian-io •  7 years ago 

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hey @h4ck3rm1k3st33m I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Suggestions

  • Contribute more often to get higher and higher rewards. I wish to see you often!
  • Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!

Get Noticed!

  • Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

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

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.

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]