choojs / create-choo-app

🚞 - create a fresh choo application
MIT License
181 stars 36 forks source link

Got error while npm start at fresh package #62

Closed zoonderkins closed 6 years ago

zoonderkins commented 6 years ago
screen shot 2018-05-16 at 06 04 54
goto-bus-stop commented 6 years ago

The on-performance module does not work in Node 10 yet; a patch landed but I can't publish a new version yet until the module ownership is transfered to the choo org.

You can work around it by commenting out choo-devtools until then:

// app.use(require('choo-devtools')())

Sorry for the trouble!

goto-bus-stop commented 6 years ago

Fixed in :package: on-performance 1.2.2