-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Named export 'OAuth' not found #2240
Comments
It seems like commonjs and esm problems. Do you have package.json? |
Yes. package.json looks like this:
Incidentally, inside the package-lock.json file. mastodon-api lists oauth as a dependency.
|
Are you using mastodon-api? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run the example for generating and Authorization URL, but Node JS failed with this error.
What I did:
npm install megalodon
const BASE_URL = 'https://mymastodon.website'
let clientId = "xxxxxxxxxx"
let clientSecret = "yyyyyyyyy"
Which part did I do wrong?
The text was updated successfully, but these errors were encountered: