Skip to content
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

fix: 371 error cannot find module node fetch #372

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

ComradeVanti
Copy link
Collaborator

A recent dependency inclusion of node-fetch caused issues, because I forgot to add it as a direct dependency.

We now depend on node-fetch@2.

Closes #371

@ComradeVanti ComradeVanti added the bug Something isn't working label Jul 9, 2024
@ComradeVanti ComradeVanti linked an issue Jul 9, 2024 that may be closed by this pull request
@ComradeVanti ComradeVanti self-assigned this Jul 9, 2024
@ComradeVanti ComradeVanti merged commit 430a434 into master Jul 9, 2024
5 checks passed
@ComradeVanti ComradeVanti deleted the 371-error-cannot-find-module-node-fetch branch July 9, 2024 07:43
github-actions bot pushed a commit that referenced this pull request Jul 9, 2024
## [3.3.1](3.3.0...3.3.1) (2024-07-09)

### Bug Fixes

* 371 error cannot find module node fetch ([#372](#372)) ([430a434](430a434))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Cannot find module 'node-fetch'
1 participant