c# - VS2012 构建失败,代码为 9009

标签 c# visual-studio-2012 post-build-event

我的构建失败并出现以下错误:

Error   21  The command "node ../tools/r.js -o ../tools/build_default.js
node ../tools/r.js -o ../tools/build_intake.js" exited with code 9009.  

我在构建事件 -> 构建后事件命令行中有以下内容。

node ../tools/r.js -o ../tools/build_default.js
node ../tools/r.js -o ../tools/build_intake.js

我也试过给出整个路径:

node C:/inetpub/wwwroot/someABC/Website/tools/r.js -o C:/inetpub/wwwroot/someABC/Website/tools/build_default.js
node C:/inetpub/wwwroot/someABC/Website/tools/r.js -o C:/inetpub/wwwroot/someABC/Website/tools/build_intake.js

仍然失败并出现相同的错误:已退出,错误代码为 9009。

有什么想法吗??

谢谢!

最佳答案

按照 Tony 的建议,我在重新启动后再次尝试并且成功了!

关于c# - VS2012 构建失败,代码为 9009,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28197723/

相关文章:

c# - C Sharp : How can use an object, 只有它的名字来自一个字符串?

c# - 在 C 和 C# 中将 int 提升为 unsigned int

c# - Visual Studio 2012 Express 对读取大文件有限制吗?

c# - 如何格式化 Visual Studio 2012 中的所有文件?

mercurial - 构建后提交 : good or bad?

c# - 使用 C# 和 Web Api 将 base64 字符串作为图像保存到服务器上的文件夹中

c# - MSTest 自定义测试通过消息

Delphi 2007 构建后事件,将 exe 复制到特定目录中?

c# - 编写 C++ .dll 并访问它们 Unity-3D