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
I cloned the repo and added my enviornment tokens as described in the config section of the README, then I run npm run dev and I get this error
⚠ ./node_modules/pino/lib/tools.js
Module not found: Can't resolve 'pino-pretty' in '/home/mattricks/Code/story-developer-sandbox/node_modules/pino/lib'
Import trace for requested module: ./node_modules/pino/lib/tools.js ./node_modules/pino/pino.js ./node_modules/@walletconnect/logger/dist/index.es.js ./node_modules/@walletconnect/universal-provider/dist/index.es.js ./node_modules/@walletconnect/ethereum-provider/dist/index.es.js ./node_modules/@dynamic-labs/ethereum/src/walletConnect/walletConnect.js ./node_modules/@dynamic-labs/ethereum/src/index.js ./app/Web3Providers.tsx bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) ⨯ node_modules/@story-protocol/react-sdk/dist/story-protocol-react-sdk.esm.js (281:0) @ useIpAsset ⨯ TypeError: Cannot read properties of undefined (reading 'register') at RegisterIPA (./components/sections/RegisterIPA.tsx:40:96) null
TypeError: client.ipAsset is undefined
const { register } = useIpAsset();
I tried running the npm run rebuild as suggested but that is not a defined script.
I'm running Manjaro Linux
The text was updated successfully, but these errors were encountered:
I cloned the repo and added my enviornment tokens as described in the config section of the README, then I run npm run dev and I get this error
⚠ ./node_modules/pino/lib/tools.js
Module not found: Can't resolve 'pino-pretty' in '/home/mattricks/Code/story-developer-sandbox/node_modules/pino/lib'
Import trace for requested module: ./node_modules/pino/lib/tools.js ./node_modules/pino/pino.js ./node_modules/@walletconnect/logger/dist/index.es.js ./node_modules/@walletconnect/universal-provider/dist/index.es.js ./node_modules/@walletconnect/ethereum-provider/dist/index.es.js ./node_modules/@dynamic-labs/ethereum/src/walletConnect/walletConnect.js ./node_modules/@dynamic-labs/ethereum/src/index.js ./app/Web3Providers.tsx bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) ⨯ node_modules/@story-protocol/react-sdk/dist/story-protocol-react-sdk.esm.js (281:0) @ useIpAsset ⨯ TypeError: Cannot read properties of undefined (reading 'register') at RegisterIPA (./components/sections/RegisterIPA.tsx:40:96) null
TypeError: client.ipAsset is undefined
const { register } = useIpAsset();
I tried running the npm run rebuild as suggested but that is not a defined script.
I'm running Manjaro Linux
The text was updated successfully, but these errors were encountered: