-
Notifications
You must be signed in to change notification settings - Fork 167
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
MSBuild error MSB6006: "cmd.exe" exited with code 1 #1655
Comments
Fixed in nodejs/node#25166 |
I wanted to build the latest stable release. What version is the issue fixed in, and how do I download it? |
It just landed, it will take some time to get released. You can always apply the patch yourself, it is very simple: https://github.com/nodejs/node/pull/25166/files |
I cloned the repository and built it, but ended up with the pre-release version (version 12.0.0). I think I'll downgrade to the latest stable release and apply that patch then. Anyway, there's this warning that comes up that I think you guys need to fix:
Anyway, I just add the patch by editing the node.gyp file? And another question: the |
You should direct those questions to https://github.com/nodejs/help |
I'll ask there, then. Though I get the feeling I should ask about the I have the patch covered, I think. I'll ask about the rest of the stuff. |
@bzoz I got npm in the Node.js distribution, but I don't know how to build it. I don't want to get the MSI just for npm. Please help. |
I provided "msi" when building Node.js, but although it was all built, there's no MSI installer. When I did it before, it built the installer as well. Why didn't it this time? |
FTR: Git 4 Windows and the MSYS2 toolchain are currently prerequisites for building node. @DragonOsman for further usage assistance please open as issue in https://github.com/nodejs/help I'm closing this as non-actionable for this repo. If you have any further issues that are related to the scope of this repo, please comment and this issue could be reopened. |
I have this error when trying to build
rename_node_bin_win.vcxproj
:The command for moving files and folders in Windows is
move
, people. Notmv
. That might be the reason for that MSBuild error too.So how do I fix this error? Anyone have any idea?
The text was updated successfully, but these errors were encountered: