Node.js启动服务报错SyntaxError: Unexpected token import 启动服务报错如下: 报错原因: Node.js不支持import导入第三方框架,使用require导入即可。 ...