7. Level 2 $ pwd /path/to $ node test.js module.js:340 throw err; ^ Error: Cannot find module '/path/to/test.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:901:3 8. Level 3 /path/to/test.js:3 ### コメント開始記号が間違い // が正解 ^ SyntaxError: Unexpected token ILLEGAL at