DEV Community

Discussion on: Why I choose Mithril.js

Collapse
 
karlkras profile image
Karl Krasnowsky • Edited

I just spent the better part of the day trying to get the npm installation from the tutorial to build/run but no success. Some issue with webpack (per usual) and no one on the gitter forum had any idea ("some have a problem, some don't")
Before I give this framework up entirely, anyone have any better success with getting it to work?
I'm using npm v7.18.1

Collapse
 
flowchartsman profile image
Andy Walker

Their docs are a little out of date. I ended up having to do webpack ./src/index.js --output-path bin --output-filename app.js --watch --mode development