-
Notifications
You must be signed in to change notification settings - Fork 39
Description
I am going to learn Node.js and Crawling based on your great app, but I find when I set up app.js in Eclipse, it shows error message like:
Express
500 Error: spawn UNKNOWN
at exports._errnoException (util.js:746:11)
at ChildProcess.spawn (child_process.js:1162:11)
at exports.spawn (child_process.js:995:9)
at Object.exports.fork (child_process.js:581:10)
at postAddScraper (C:\Windows\System32\config\systemprofile\git\node-web-crawler\routes\index.js:41:28)
at callbacks (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:161:37)
at param (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:135:11)
at pass (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:142:5)
at Router._dispatch (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:170:5)
at Object.router (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:33:10)
Do you know why?
Thanks.