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

Error installing Tailwind using Recipe #4421

Closed
fcristel opened this issue Feb 10, 2025 · 0 comments · Fixed by #4422
Closed

Error installing Tailwind using Recipe #4421

fcristel opened this issue Feb 10, 2025 · 0 comments · Fixed by #4422
Labels

Comments

@fcristel
Copy link

What is the problem?

Fresh install, then run
blitz install tailwind

Paste all your error logs here:

Loaded env from /Users/cristian/dev/BlitzJs-Mosaic/StockThis/.env.local
Loaded env from /Users/cristian/dev/BlitzJs-Mosaic/StockThis/.env
TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')
    at Object.$$$reconciler [as default] (/Users/cristian/dev/BlitzJs-Mosaic/StockThis/recipe-install/node_modules/react-reconciler/cjs/react-reconciler.development.js:344:46)
    at Object.<anonymous> (/Users/cristian/dev/BlitzJs-Mosaic/StockThis/recipe-install/node_modules/ink/src/reconciler.ts:45:32)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Object.require.extensions.<computed> [as .js] (/Users/cristian/.nvm/versions/node/v20.12.2/lib/node_modules/blitz/node_modules/ts-node/src/index.ts:1608:43)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Function.Module._load (node:internal/modules/cjs/loader:1022:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/Users/cristian/dev/BlitzJs-Mosaic/StockThis/recipe-install/node_modules/ink/src/ink.tsx:7:1)

Paste all relevant code snippets here:

blitz install tailwind

What are detailed steps to reproduce this?

  1. blitz new TailProject
  2. cd TailProject
  3. blitz install tailwind

Run blitz -v and paste the output here:

Blitz version: 2.2.1 (global)
Blitz version: 2.2.1 (local)
macOS Sequoia | darwin-arm64 | Node: v20.12.2


 Package manager: npm

  System:
    OS: macOS 15.3
    CPU: (11) arm64 Apple M3 Pro
    Memory: 64.27 MB / 18.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node
    Yarn: 1.22.22 - ~/.nvm/versions/node/v20.12.2/bin/yarn
    npm: 10.8.2 - ~/.nvm/versions/node/v20.12.2/bin/npm
  npmPackages:
    @blitzjs/auth: 2.2.1 => 2.2.1 
    @blitzjs/next: 2.2.1 => 2.2.1 
    @blitzjs/rpc: 2.2.1 => 2.2.1 
    @prisma/client: 5.4.2 => 5.4.2 
    blitz: 2.2.1 => 2.2.1 
    next: 15.0.1 => 15.0.1 
    prisma: 5.4.2 => 5.4.2 
    react: 19.0.0 => 19.0.0 
    react-dom: 19.0.0 => 19.0.0 
    typescript: ^4.8.4 => 4.9.5 

Please include below any other applicable logs and screenshots that show your problem:

No response

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

Successfully merging a pull request may close this issue.

2 participants