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: Replace node-fetch with isomorphic-fetch to resolve issue #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sumanjeet0012
Copy link

fixes #58

This pull request addresses issue #58 by replacing the node-fetch package with isomorphic-fetch. The change ensures better compatibility and resolves the issues reported in the GitHub issue.

Changes Made:

  • Removed node-fetch from the project dependencies.
  • Updated the README to reflect the change.

Please review the changes and let me know if there are any questions or further modifications needed.

package.json Outdated Show resolved Hide resolved
package.json Outdated
"buffer": "^6.0.3",
"i": "^0.3.7",
"isomorphic-fetch": "^3.0.0",
"npm": "^11.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm shouldn’t be a dependency in the package.json

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide isomorphic fetch for older node envs
2 participants