Can't install, update or run Meteor after update

前端 未结 6 741
面向向阳花
面向向阳花 2020-12-05 16:22

I have been working with Meteor apps for a few months. For the first time, anytime I try to run a meteor app, install via (curl https://install.meteor.com | /bin/sh) or run

6条回答
  •  一个人的身影
    2020-12-05 16:57

    I had this happen (again) and did more research. I ended up doing these two steps to address it:

    Remove Meteor:

    rm -rf /usr/local/meteor /usr/local/bin/meteor
    

    Install Meteor:

    curl https://install.meteor.com | /bin/sh
    

提交回复
热议问题