Closed cbejensen closed 3 years ago
It seams to be the same issue as blitz-js/legacy-framework#23
Looks like it. We initially thought that it's windows related. I'll close this issue in favour of blitz-js/legacy-framework#23, and rename the previous one.
What is the problem?
I have Blitz 0.41.0 installed globally. When I run
blitz new myApp
I get an error saying it cannot find the logging module. Additionally, when I runblitz -h
, thenew
command is not listed.Paste all your error logs here:
Paste all relevant code snippets here:
N/A
What are detailed steps to reproduce this?
npm i -g blitz
blitz new myApp
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response