ウェブエンジニア問題集

TypeORMを使用してMySQLデータベースからデータを取得(`EntityManager.find`)しようとしたところ、以下のスタックトレースを含むエラーが発生しました。 `SyntaxError: Unexpected strict mode reserved word at compileSourceTextModule...` (中略) `at tryToRequire (/app/node_modules/typeorm/util/ImportUtils.js)` `TypeORMError: Connection is not established with mysql database` このエラーの根本的な原因として、最も可能性が高いものはどれですか?