Skip to content

MSBuild error MSB6006: "cmd.exe" exited with code 1 #1655

@DragonOsman

Description

@DragonOsman

I have this error when trying to build rename_node_bin_win.vcxproj:

node.vcxproj -> C:\node-v11.6.0\Release\\node-win.exe
  rename_node_bin_win
  'mv' is not recognized as an internal or external command,
  operable program or batch file.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(209,
5): error MSB6006: "cmd.exe" exited with code 1. [C:\node-v11.6.0\rename_node_bin_win.vcxproj]

The command for moving files and folders in Windows is move, people. Not mv. That might be the reason for that MSBuild error too.

So how do I fix this error? Anyone have any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions