Skip to content
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

mv is not recognized command in windows #132

Open
aminkh17 opened this issue May 9, 2016 · 0 comments
Open

mv is not recognized command in windows #132

aminkh17 opened this issue May 9, 2016 · 0 comments

Comments

@aminkh17
Copy link

aminkh17 commented May 9, 2016

Hi guys,

When running "mean init something" in the windows based system, it raised an error for mv is not a recognized command in the file of mean-cli\lib\install.js

I change mv phrases with move (for windows) in the line of 296
shell.exec('mv ' + source + ' ' + target , function (status, error) {
with
shell.exec('move ' + source + ' ' + target , function (status, error) {

and then run again and now seems it's running well.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant