Closed kadiks closed 8 years ago
I've got the same error and did some debugging. The first results are:
"Module not found: Error: Cannot resolve 'file' or 'directory' \slides\css\.css inslides"
error.module.resource
property is not defined on https://github.com/facebookincubator/exerslide/blob/f19909cfd42a2d66ddf546d8e5ba89a36359bef3/packages/exerslide/lib/builder.js#L369-L372 Therefore an exception is thrown because undefined
is passed into path.resolve
Yep, that is the same issues as #6 . I have a fix for this, will release it very soon. Sorry for the inconvenience!
This is fixed with via 84c6aec, bcc9c00, c839be2 and 986e07b.
v1.1.2 was published.
Since the update, I can't get any presentation to build or serve.
I used the following commands:
On node 6 and 5. I also installed it on another computer and I still get the same error:
Any idea where that could come from? Until then, I'll revert to the previous version.
Thanks