Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Express で提供されている一部の ejs コード内にバグがあるようです。私は通常、優れた node-inspector パッケージを使用して、express と node.js でデバッグします。しかし、ejs では利用できないようです。これを行う良い方法はありますか?
あなたのルートで:
res.locals.inspect = inspect;
次に、あなたの見解で:
<%= inspect(data) %>