We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
near-api-js
Hey all, this is causing a build error when deploying to vercel -
warn - ./node_modules/.pnpm/node-fetch@2.6.9/node_modules/node-fetch/lib/index.js Module not found: Can't resolve 'encoding' in '/Users/gp/Work/padiyar.xyz/node_modules/.pnpm/node-fetch@2.6.9/node_modules/node-fetch/lib' Import trace for requested module: ./node_modules/.pnpm/node-fetch@2.6.9/node_modules/node-fetch/lib/index.js ./node_modules/.pnpm/near-api-js@1.1.0/node_modules/near-api-js/lib/utils/setup-node-fetch.js ./node_modules/.pnpm/near-api-js@1.1.0/node_modules/near-api-js/lib/connect.js ./node_modules/.pnpm/near-api-js@1.1.0/node_modules/near-api-js/lib/index.js ./app/protected/page.tsx
No response
Followed the wallet selector example to build a next js app
For 'encoding' to get resolved
Throwing an error related to near-api-js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
near-api-js
.Description
Hey all, this is causing a build error when deploying to vercel -
Reproducible demo
No response
Steps to reproduce
Followed the wallet selector example to build a next js app
Expected behavior
For 'encoding' to get resolved
Actual behavior
Throwing an error related to near-api-js
Your environment
The text was updated successfully, but these errors were encountered: