This snippet will allow you to automatically load node version stored in `.node-version` while changing current directory.
Puppeteer is node library providing high level chromium api. One of it's key features is generating pdf from html using chromium web engine. This is great ad...