[Startup Engineering] HW3: Error occurs at Sample Usage

스크린샷 2013-07-12 오전 12.28.30

When you try to 3rd command : $ ./grader.js --checks checks.json --file index.html, error can occur.

then, check the node.js version.

[sourcecode] $ node --version[/sourcecode]

If the version of node is 0.6.x, you need update the version of node.js to table version.

[sourcecode language="bash"]<br />$sudo npm cache clean -f<br />$sudo npm install -g n<br />$sudo n stable<br />[/sourcecode]

(#ref:http://davidwalsh.name/upgrade-nodejs)

I resolved this error with updating v0.10.13

적게 일하고 많이 버는 법을 늘 고민합니다. 일이 되게 하는 것에 간혹 목숨을 겁니다. 지금은 우아한형제들과 함께 일하고 있어요.