Can't resolve #48
zzalbatrozzz
started this conversation in
General
Replies: 1 comment 4 replies
-
u ran ./scripts/build.sh first? and did that build the brainrot image properly (do you see the brainrot image when running 'docker images'?) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
$ MODE=studio ./scripts/start.sh
brainrot-container
Local mode: Mounting source directories
Studio mode: Mounting additional directories
exec /app/brainrot/scripts/generate.sh: no such file or directory
Container finished, starting development server...
$ remotion studio
You are running Remotion with Bun, which is mostly supported. Visit https://remotion.dev/bun for more information.
Server ready - Local: http://localhost:3000, Network: http://172.17.128.1:3000
ERROR in ./src/BrainrotComposition.tsx 16:0-38
Module not found: Error: Can't resolve './tmp/context' in 'C:\Users\maran\brainrot.js\generate\src'
ERROR in ./src/MonologueComposition.tsx 16:0-38
Module not found: Error: Can't resolve './tmp/context' in 'C:\Users\maran\brainrot.js\generate\src'
ERROR in ./src/PodcastComposition.tsx 16:0-38
Module not found: Error: Can't resolve './tmp/context' in 'C:\Users\maran\brainrot.js\generate\src'
ERROR in ./src/Root.tsx 8:0-13:23
Module not found: Error: Can't resolve './tmp/context' in 'C:\Users\maran\brainrot.js\generate\src'
Built in 3661ms
error: script "start" exited with code 58
I don't know what to do
Beta Was this translation helpful? Give feedback.
All reactions