-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mean status command returns ENOENT - Windows 7 #372
Comments
Hi @joaocampos1906. I will try reproduce this on a windows machine. What version of npm are you using? |
Using If it helps I'm on a Windows 7 Pro- 64 bit machine. |
@joaocampos1906 I was able to duplicate on a Win7 VM with |
I had the same error while using |
same issue with me using ubuntu trying to run "mean init [myApp]" |
@rmaiolo Have you installed git on ubuntu? I had the same error until I remembered I was trying to clone things from git without having it installed on ubuntu. Try that, it should solve the problem. |
@joaocampos1906 thanks for the help on Ubuntu. I hope you are right. I believe I've solved the issue on Windows! See SE discussion here. I updated |
@joaocampos1906 that was the issue..thanks!!! |
@fyockm Thanks! Guess I'll wait for the new mean-cli push :) |
@joaocampos1906 I've updated If you're eager to try the fix, you can clone the |
I just updated pushed to npm. @fyockm thanks for preparing the fix! @joaocampos1906 let us know if there are any other issues. Latest version is 0.3.9 |
Ok, so I think I've updated meanio to the latest version, which states it is |
hi @joaocampos1906 @fyockm code is merged in the latest meanio. As there are constant improvments and changes I would recommend for now using latest eg |
Hi @ellman thanks for the fast answer! It worked, I'm currently on version |
@joaocampos1906 pleasure, have fun :) you can thank @fyockm for the fix. |
Yeah, where are my manners?! Thank you very much @fyockm ! :D |
@joaocampos1906 You're welcome - Glad it worked for you too! |
Hi,
I've stumbled upon the
mean status
command and tried to run it to see it's output. But, when it tries to check for meanio command line version it returns a ENOENT error like this:I get the same error if I try to install the mean-tokens module.
Thanks for the help!
The text was updated successfully, but these errors were encountered: