Closed steodor closed 11 months ago
Strange, I cannot reproduce this in Windows / Linux
Maybe it's environment-specific. I suggest closing it after a while if nobody else reports having the same issue. Thank you.
The next major version will require Node 20 or newer.
Hi, i tried creating an inferno app using this tool but it's generating a broken app.
Environment:
Steps:
npx create-inferno-app test
cd test
npm start
Expected behavior:
localhost:3000
should load a working inferno-based app Actual behavior: the local server starts fine, but delivers an app which renders nothing and crashes with the following error:Here's a screenshot of the error: https://www.screencast.com/t/ghJsLdwMr8UG
Please advise :) Thank you for your time!