javascriptmongodbubuntumeteormup

meteor mup setup mongo failed sudo: command not found


I try to setup my Meteor environment by using :

mup setup

But I get this error :

Me% mup setup
update 1.0.4 => 1.1.2

Started TaskList: Setup Docker
[93.118.34.197] - setup docker
[93.118.34.197] - setup docker: SUCCESS

Started TaskList: Setup Meteor
[93.118.34.197] - Setup Environment

Started TaskList: Setup Mongo
[93.118.34.197] - setup environment
[93.118.34.197] x Setup Environment: FAILED

    -----------------------------------STDERR-----------------------------------
    bash: line 2: sudo: command not found
    bash: line 3: sudo: command not found
    bash: line 4: sudo: command not found
    bash: line 5: sudo: command not found
    -----------------------------------STDOUT-----------------------------------

I try this command by using root and no-root account but the error persists.

I didn't find any document which resolve my issue.

Do you have a solution which solve this problem ?

I'm using Ubuntu 15.04.


Solution

  • I resolve this problem by :

    I hope it will help you.