This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Error: bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
[Next.js - 14.2.5 & @solana/web3.js: ^1.95.2]
#3097
Labels
question
Add this to close an issue with instructions on how to repost as a question on Stack Exchange
I am encountering the following error when I am using the @solana/web3.js with Next.JS.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
Because of this issue, I am not able to build the project and host it.
Error I'm encountering while building:
Dependencies:
"dependencies": {
"@prisma/client": "^5.17.0",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.2",
"axios": "^1.7.3",
"next": "14.2.5",
"next-auth": "^4.24.7",
"prisma": "^5.17.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
The text was updated successfully, but these errors were encountered: