-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Description
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?