Skip to content

Instantly share code, notes, and snippets.

@anistark
Last active August 20, 2016 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anistark/adaf250d42f8648865b368878716c8ce to your computer and use it in GitHub Desktop.
Save anistark/adaf250d42f8648865b368878716c8ce to your computer and use it in GitHub Desktop.
Script to remove and install fresh meteor
#!/bin/bash
sudo mrt uninstall
sudo mrt uninstall --system
rm -rf ~/.meteorite
sudo rm /usr/local/bin/meteor
rm -rf ~/.meteor
sudo chown -R $(whoami) ~/.npm
curl https://install.meteor.com/ | sh
meteor --version
meteor --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment