Skip to content

mv is not recognized command in windows #132

@aminkh17

Description

@aminkh17

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions