user1860447
user1860447

Reputation: 1436

VS2012 build fails with code 9009

My build fails with the following error :

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.  

I have the following in the Build Events -> Post-build event command line.

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

I also tried giving the whole path like :

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

Still fails with the same error : exited with error code 9009.

Any ideas ??

Thanks !

Upvotes: 1

Views: 6626

Answers (1)

user1860447
user1860447

Reputation: 1436

As suggested by Tony I tried again after restarting and it worked !!

Upvotes: 3

Related Questions