github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 758 forks source link

Error 'Cannot use import statement outside a module' when using require. #701

Closed abnormalhare closed 1 year ago

abnormalhare commented 1 year ago

I'm currently trying to write a discord bot that saves every so often. Because of this, I can't set the type to module. I'm importing Github as const { Github } = require('github-api') and I'm using the Github variable to access github with a username and password (just like the example).

abnormalhare commented 1 year ago

nvm im dumb, don't use curly brackets.