Skip to content
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

Followed download instructions and to run bolt.diy but it gave me this error #978

Open
MyAiLaptop opened this issue Jan 2, 2025 · 3 comments

Comments

@MyAiLaptop
Copy link

Describe the bug

Asked chat gpt to help me fix but could not fix could not fix. some error with alpa grey 10 in some file tried to fix and save. bolt .diy now has a white background in my local host.

[plugin:vite:css] [postcss] C:/Users/User/Desktop/bolt.diy/app/styles/index.scss:4:3: 'colors.alpha.gray.10' does not exist in your theme config. 'colors' has the following keys: 'inherit', 'current', 'transparent', 'black', 'white', 'slate', 'gray', 'zinc', 'neutral', 'stone', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose'
C:/Users/User/Desktop/bolt.diy/app/styles/index.scss:4:2
2 | @use 'z-index.scss';
3 | @use 'animations.scss';
4 | @use 'components/terminal.scss';
| ^
5 | @use 'components/resize-handle.scss';
6 | @use 'components/code.scss';
at C:/Users/User/Desktop/bolt.diy/app/styles/index.scss:4:3
at Input.error (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\input.js:106:16)
at Declaration.error (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\node.js:145:32)
at Object.theme (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:207:28)
at resolveVNode (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:133:45)
at C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:141:9
at walk (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\value-parser\walk.js:7:22)
at ValueParser.walk (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\value-parser\index.js:16:5)
at resolveFunctions (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:140:39)
at C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:235:30
at C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:305:18
at Rule.each (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:53:16)
at Rule.walk (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:302:17)
at C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:310:24
at Root.each (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:53:16)
at Root.walk (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\container.js:302:17)
at C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\lib\evaluateTailwindFunctions.js:230:14
at C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\processTailwindFeatures.js:56:57
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at plugins (C:\Users\User\node_modules.pnpm\[email protected]\node_modules\tailwindcss\lib\plugin.js:38:17)
at LazyResult.runAsync (C:\Users\User\Desktop\bolt.diy\node_modules.pnpm\[email protected]\node_modules\postcss\lib\lazy-result.js:261:11)
at compileCSS (file:///C:/Users/User/Desktop/bolt.diy/node_modules/.pnpm/vite@5.4.11_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:36897:21)
at TransformPluginContext.transform (file:///C:/Users/User/Desktop/bolt.diy/node_modules/.pnpm/vite@5.4.11_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:36170:11)
at PluginContainer.transform (file:///C:/Users/User/Desktop/bolt.diy/node_modules/.pnpm/vite@5.4.11_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:49096:18)
at loadAndTransform (file:///C:/Users/User/Desktop/bolt.diy/node_modules/.pnpm/vite@5.4.11_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:51929:27)
at viteTransformMiddleware (file:///C:/Users/User/Desktop/bolt.diy/node_modules/.pnpm/vite@5.4.11_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:61881:24
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.ts.

Link to the Bolt URL that caused the error

http://localhost:5173/

Steps to reproduce

just downloaded everything and it gave me the error

Expected behavior

did not expect that to happen

Screen Recording / Screenshot

image
image

Platform

windows

Provider Used

bolt.diy

Model Used

bold.diy

Additional context

not much to ad

@MyAiLaptop
Copy link
Author

does not have a place where I can add the api key
image

@MyAiLaptop
Copy link
Author

opened with docker the same story white background not place to input the api key
image

@marctdt
Copy link

marctdt commented Jan 4, 2025

Got the same error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants