reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

NullPointerException on Windows #112

Closed dpetranek closed 8 years ago

dpetranek commented 8 years ago

Trying to start the application on Windows with lein figwheel produces a NullPointerException.

Steps to reproduce (Windows 10 or Windows 7):

  1. lein new reagent
  2. cd
  3. lein figwheel

Produces this stacktrace: https://www.refheap.com/116767

I discovered the issue when I moved a new project I started early this week on a linux box to a Windows 7 computer. I had already done development on that project, so I tried it again with the plain template. I was also able to reproduce it on a Windows 10 computer. It does not appear to be a problem on linux at all.

yogthos commented 8 years ago

Hmm, this doesn't seem to trace to anything in the project itself. It might be worth opening an issue with Figwheel, as it seems to be having trouble running its validation on Windows.

dpetranek commented 8 years ago

Whoops, you're right: https://github.com/bhauman/lein-figwheel/issues/364 I think we can close this then, I'll follow up there.

yogthos commented 8 years ago

by the way, looks like bumping up figwheel may address the issue, I've just pushed an update out

dpetranek commented 8 years ago

Thanks, can confirm everything works as expected with the updated template/figwheel version.