NodeSample\utils\file.js文件第20行,报path.existsSync()函数undefined。查询官方path API,没有此函数,后发现在fs模块中有此函数,修改后运行通过。初学者其他还在摸索中……