Hi, I am super new to Airtable scripts and I am stuck with trying to fix this error. It looks like I need to add the topLevelAwait
module somewhere, but not sure where.
So far what I did was to install the Hello-World
app in my localhost
and then replaced the contents of index.js with the contents of the [YouTube Example Script](https://airtable.com/marketplace/scraGQUFvORtvmHC5/import-youtube-analytics)
since it does similar things to what I need and I would like to learn from it.
The issue is that when I do a block release
I am getting:
ModuleParseError: Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it)
File was processed with these loaders:
* ../../../../usr/local/lib/node_modules/@airtable/blocks-cli/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
Any help will be appreciated,
Thanks in advance!