Meteor 1.4.1.1 thrown error when add angular templates

后端 未结 1 901
醉话见心
醉话见心 2021-01-25 12:25

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

相关标签:
1条回答
  • 2021-01-25 12:59

    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.

    0 讨论(0)
提交回复
热议问题