Closed jhrcek closed 8 years ago
Looks like the webpack config is not quite right, let me check my instructions
I think this is the version of Node, which version are you using?
Is this what you mean?
$ node -v
v0.10.42
$ npm -v
1.3.6
I reinstalled node to 4.4.5 and it's working fine. Thanks for the tip :-)
Having finished the chapter on webpack of your book I'm stuck with
npm run dev
command. After cloning this repository and aftergit checkout 02-webpack
and running the above command I'm getting this error:Unfortunately I'm not particularly skilled with npm. Any ideas? Your elm tutorial book is great, by the way :-)