infernojs / create-inferno-app

Create Inferno apps with no build configuration.
MIT License
351 stars 34 forks source link

Basic usage not working #67

Closed steodor closed 11 months ago

steodor commented 6 years ago

Hi, i tried creating an inferno app using this tool but it's generating a broken app.

Environment:

Steps:

  1. npx create-inferno-app test
  2. cd test
  3. 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:

Uncaught TypeError: Cannot read property 'close' of undefined
    at Object.<anonymous> (index.js:72)
    at Object../node_modules/inferno-dev-utils/node_modules/chalk/index.js (index.js:228)
...

Here's a screenshot of the error: https://www.screencast.com/t/ghJsLdwMr8UG

Please advise :) Thank you for your time!

Havunen commented 6 years ago

Strange, I cannot reproduce this in Windows / Linux

steodor commented 6 years ago

Maybe it's environment-specific. I suggest closing it after a while if nobody else reports having the same issue. Thank you.

Havunen commented 11 months ago

The next major version will require Node 20 or newer.