Open Maverick777 opened 9 years ago
Node itself possible?
i tried installing node. but even after i did, i still cant install mup
Okay well you'll need to post some logs or something next. You say not found but npm is found? Either you environment path is not including npm (new shell after install?) Or maybe a networking problem getting the mup package? The appropriate message or log should help to find the problem. did you try mupx ?
so when i tried installing mup, all it says is : -bash: npm: command not found . same thing happens when i tried using mupx.
however, when i tried installing npm, everything went smoothly, and i installed it successfully. i even added the code :
{ "redis": "0.8.2", "github": "0.1.8" }
to my packages.json file. i tried installing mup/mupx afterwards and still same 'command not found' error. am i missing something out?
thank you
This doesn't seem like an issue with mup. Your computer can't find npm. If you installed node, npm should be installed to, but apparently it's not in your path. I'd google stuff about running npm to solve this.
thank you elie !! will try it out
I was mistaken. I thought that was the fix since it worked for me, but it wasn't. For me it just randomly works sometimes and other times it doesn't. Not sure why. Doesn't have anything to do with 0.11.1 vs 0.11.0.
On 1 August 2015 at 10:34, Maverick777 notifications@github.com wrote:
thank you elie !! will try it out
— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-up/issues/559#issuecomment-126878246.
Hi all, i was watching the youtube tutorial : https://www.youtube.com/watch?v=WLGdXtZMmiI on deploying with mup and i keep getting the same npm: command not found error. I am trying to deploy my meteor app and i currently do not have any servers/databases deployed.
Is there something i need to install before i can install mup?
Thanks