I just install Meteor 1.4.1.1. on my 32 bit Ubuntu 12.04. But I haven\'t luck when trying to add angular templates. Here is the error message I\'ve got:
/home/wandyatmo
Use this command:
meteor npm rebuild
If the issue is still un-resolved- Try this
To Quote the solution there:
Adding "54.192.225.217 warehouse.meteor.com" to my host file fixed the issue.
If your environment is Ubuntu, then open the terminal and paste
sudo -i gedit /etc/hosts Paste: "54.192.225.217 warehouse.meteor.com"
at the end of the file. save and close. Now run your app.