Closed vilim closed 3 years ago
@vilim thanks for reporting this - I am able to reproduce this locally and can confirm its a bug. It affects at least node v14 as well, so it may not be a node version issue. I'm going to dig into this and will update with possible fixes / workarounds as I learn more.
This seems to be an issue with scrollmonitor@1.2.7
specifically. Here's a workaround until I can get a patch released:
$ idyll create
...
$ cd my-new-post
$ npm i --save scrollmonitor@1.2.6
$ idyll
Basically just pin scrollmonitor to the older release and everything should build fine
Thank you!
No problem! This should be fixed in the latest release of Idyll (idyll@5.7.3
just released on npm) with no workaround needed. Feel free to re-open if you continue to have issues.
Describe the bug Compiling a new project fails with error
I got Idyll to run once, but I think the node.js version was different then (12.x)
To Reproduce Steps to reproduce the behavior:
idyll
command in the newly-created project the build error occursDesktop (please complete the following information):
Additional context Full error message: