简体   繁体   中英

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 !

正如托尼所建议的那样,我重新启动后再试一次,它有效!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM