Hi, I used the HelloWorld TypeScript example, installed and imported the @octokit/rest package to interact with GitHub and now I get the following error. The module is @octokit/rest present in the node_modules, vscode uses types from the package OK.
Is there some caveat on using third party NPM modules?
Running NodeJS 14 (per docs) and @airtable/blocks 1.18.1
$ block run --http
Updating bundle...
Bundle Error: Cannot find module '@octokit/rest' from '/workspaces/airtable-run-github-workflow/build/development/transpiled/user/frontend'
Your block is running locally at http://localhost:9000