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
Tried adding smol logger to our other project and am seeing this error:
Import trace for requested module: ./lib/hooks/use-kv-data.tsx ./components/chat.tsx - wait compiling /_error (client and server)... - error ./node_modules/.pnpm/@[email protected]/node_modules/@smol-ai/logger/dist/smol-logger.es5.js:1:0 Module not found: Can't resolve 'fs' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ./lib/hooks/use-kv-data.tsx ./components/chat.tsx
I ran pnpm i fs just to be sure but it's still failing. :(
pnpm i fs
The text was updated successfully, but these errors were encountered:
@seanoliver
https://nextjs.org/docs/pages/api-reference/edge#unsupported-apis
Looks like this is specific to nextjs
Sorry, something went wrong.
install new version of nodejs
No branches or pull requests
Tried adding smol logger to our other project and am seeing this error:
I ran
pnpm i fs
just to be sure but it's still failing. :(The text was updated successfully, but these errors were encountered: