Closed Talor-A closed 3 years ago
Ah, looks like a bug! Thanks for the report.
For whoever wants to look into this, here's the broken line of code: https://github.com/blitz-js/blitz/blob/canary/packages/blitz/scripts/postinstall.js#L84
I think probably we need to also check that root
is not null in that if statement. If null, skip that if.
@flybayer I'd love to take this up if thats okay? Just getting started with blitz, trying to get my first contribution
@meehawk You bet!
What is the problem?
running
npx blitz new
(no globalblitz
installed, so fetching the latest versionPaste all your error logs here:
Paste all relevant code snippets here:
N/A
What are detailed steps to reproduce this?
npx blitz new myapp
with no globalblitz
installedRun
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response