You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There, seems to be an issue upgrading this package beyond v0.5.4-beta.0 with what looks like an undeclared graphql dependency in the @mintbase-js/data:
Here is the build error:
./node_modules/graphql-request/build/cjs/resolveRequestDocument.js
Module not found: Can't resolve 'graphql'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./node_modules/graphql-request/build/cjs/index.js
./node_modules/@mintbase-js/data/lib/graphql/fetch.js
./node_modules/@mintbase-js/data/lib/graphql/index.js
./node_modules/@mintbase-js/data/lib/index.js
./node_modules/@mintbase-js/react/lib/hooks/useNearPrice.js
./node_modules/@mintbase-js/react/lib/index.js
./src/app/layout.tsx
> Build failed because of webpack errors
There, seems to be an issue upgrading this package beyond
v0.5.4-beta.0
with what looks like an undeclaredgraphql
dependency in the@mintbase-js/data
:Here is the build error:
Experienced first in bh2smith/neareth-tunnel#10 (which depends on
@mintbase-js/react
).Here are some of the warnings at installation:
with the relevant ones being the last two:
The text was updated successfully, but these errors were encountered: