We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just generated a stub app and tried blitz install for secureheaders.
blitz install
After this step:
It failed:
Note there is no file named document.tsx in the generated project. That looks like a Blitz v1 artifact.
document.tsx
N/A
blitz -v
Blitz version: 2.0.10 (global) Blitz version: 2.0.10 (local) macOS Sonoma | darwin-arm64 | Node: v18.17.0 Package manager: npm System: OS: macOS 14.3.1 CPU: (11) arm64 Apple M3 Pro Memory: 109.19 MB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.17.0 - ~/.asdf/installs/nodejs/18.17.0/bin/node Yarn: 1.22.19 - ~/.asdf/shims/yarn npm: 9.6.7 - ~/.asdf/plugins/nodejs/shims/npm npmPackages: @blitzjs/auth: 2.0.10 => 2.0.10 @blitzjs/next: 2.0.10 => 2.0.10 @blitzjs/rpc: 2.0.10 => 2.0.10 @prisma/client: 5.4.2 => 5.4.2 blitz: 2.0.10 => 2.0.10 next: 14.1.4 => 14.1.4 prisma: 5.4.2 => 5.4.2 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 typescript: ^4.8.4 => 4.9.5
No response
The text was updated successfully, but these errors were encountered:
+1 I'm having this path error on a fresh app with blitz install tailwind as well
blitz install tailwind
Sorry, something went wrong.
same here. this has been a problem for a couple of years,
Same here even after 3 months (bumping this lol). Tried blitz install chakra-ui on a fresh app and got the same thing.
blitz install chakra-ui
btw i manually added tailwindcss for my project to work with it.
No branches or pull requests
What is the problem?
I just generated a stub app and tried
blitz install
for secureheaders.After this step:
It failed:
Note there is no file named
document.tsx
in the generated project. That looks like a Blitz v1 artifact.Paste all your error logs here:
Paste all relevant code snippets here:
N/A
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: