I’m trying to use Octokit to access files on a github repository. The code works fine on my terminal.
However, when I moved the code to the javascript editor in Qualtrics, my Octokit is always undefined.
To import their package, I did this (as indicated on Octokit’s website):
In the header.
Does anyone have any advice on what to do in this scenario? Or how importing packages like this usually is done?