Unable to install Meteor Up / (mup)

After installing npm, I typed:

npm install -g mup

      

He returned:

/Users/RyanCassutt/.node/bin/mup -> /Users/RyanCassutt/.node/lib/node_modules/mup/bin/mup
mup@0.11.1 /Users/RyanCassutt/.node/lib/node_modules/mup
├── colors@0.6.2
├── underscore@1.7.0
├── uuid@1.4.2
├── async@0.9.2
├── rimraf@2.4.2 (glob@5.0.14)
├── archiver@0.14.4 (buffer-crc32@0.2.5, lazystream@0.1.0, readable-stream@1.0.33, tar-stream@1.1.5, glob@4.3.5, zip-stream@0.5.2, lodash@3.2.0)
├── nodemiral@1.1.0 (debug@0.7.4, progress@1.1.5, async@0.9.0, underscore@1.8.3, ejs@0.8.8, ssh2@0.4.6)
└── cjson@0.3.1 (jsonlint@1.6.0) 

      

Then I try to create a new project:

mup init

      

But it returns:

-bash: mup: command not found

      

Incorrect mup installation or is there some type of error? Thank.

+3


source to share





All Articles