-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
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
meet the error when install #28
Comments
Same issue here. Just running |
For those of you with this issue, I submitted a fix at the pull request mentioned below. Hopefully the original author will see this and merge. |
I fixed it by having the prefix "NEXT_PUBLIC_" for the variable, e.g., "NEXT_PUBLIC_OPENAI_API_KEY". learned from here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed to compile
./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
This error occurred during the build process and can only be dismissed by fixing the error.
The text was updated successfully, but these errors were encountered: