elmasse / nextein

A static site generator with markdown + react for Next.js
https://nextein.elmasse.io
ISC License
898 stars 34 forks source link

Nextein export not working on windows #314

Closed matthiasprieth closed 4 years ago

matthiasprieth commented 4 years ago

Unfortunately nextein export is not working on windows (for Linux it works fine). On windows nextein build works fine, however exporting results in an error:

image

I tried it with the newest starter kit: https://github.com/elmasse/nextein-starter Maybe related to https://github.com/elmasse/nextein/pull/312 ?

elmasse commented 4 years ago

Hey @matthiasprieth

Thanks for reporting this.

Fixed by 169a0c245d0ef08fce0057b369b1a9de0790166b and 66a21df30a89379aa68cc57baf1f90dbdbea7a42

It will be available on next version 2.5.1 later today.

matthiasprieth commented 4 years ago

Thx works now!