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 run the command blitz install tailwind, which generates this output:
Loaded env from /Users/brianlowery/webdev/everyday-photos/.env.local
Loaded env from /Users/brianlowery/webdev/everyday-photos/.env
✅ Installed 3 dependencies
✅ Installed 3 dependencies
✅ Successfully created postcss.config.js, tailwind.config.js
✅ Successfully created src/core/styles/index.css
+––––––––––––––––––––––––+
⎪ Import stylesheets ⎪
+––––––––––––––––––––––––+
Imports the stylesheet we just added into your app
Then, it just gets stuck on ⠸Generating file diff... for over an hour. Nothing happens, it just sits there.
Paste all your error logs here:
✖ Select the target file ›
2023-08-06 15:57:30.453 ERROR []
Error You aborted installation
error stack:
• installer.cjs
/recipe-install/node_modules/blitz/dist/installer.cjs:1092
• use-input.ts ReadStream.handleData
/recipe-install/node_modules/ink/src/hooks/use-input.ts:185
• events ReadStream.emit
events:526
• domain ReadStream.emit
domain:489
• readable addChunk
internal/streams/readable:343
• readable readableAddChunk
internal/streams/readable:312
• readable ReadStream.Readable.push
internal/streams/readable:253
• stream_base_commons TTY.onStreamRead
internal/stream_base_commons:190
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
at Propose (/Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/blitz/dist/installer.cjs:459:20)
at ink-box
at /Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/ink/build/components/Box.js:39:11
at StepExecutor (/Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/blitz/dist/installer.cjs:996:3)
at RecipeRendererWithInput (/Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/blitz/dist/installer.cjs:1081:3)
at RecipeRenderer (/Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/blitz/dist/installer.cjs:1045:27)
at App (/Users/brianlowery/webdev/everyday-photos/recipe-install/node_modules/ink/build/components/App.js:42:9)
What are detailed steps to reproduce this?
start a new blitz project.
type blitz install tailwind
say yes to everything
see ⠸Generating file diff... - with nothing happening for over an hour.
even tho my install didn't get stuck like this, the install was misconfigured when done. I updated my .eslintrc.js as follows to solve (error was like "can't find next/babel" or smth):
What is the problem?
I run the command
blitz install tailwind
, which generates this output:Then, it just gets stuck on
⠸Generating file diff...
for over an hour. Nothing happens, it just sits there.Paste all your error logs here:
What are detailed steps to reproduce this?
blitz install tailwind
⠸Generating file diff...
- with nothing happening for over an hour.Run
blitz -v
and paste the output here:The text was updated successfully, but these errors were encountered: