You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the standard idyll create to start a new "scrollytelling" project, changing to the new directory and typing `idyll' the building process produces the well-known message :
Could not import component custom-d3-component for server-side rendering.
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:
To Reproduce
Steps to reproduce the behavior:
Install a fresh Idyll on Windows 10 and node version 18.18.0
idyll create a brand new "scrollytelling" project
Change to created directory my-idyll-post for instance
Build by typing idyll and watch it crash not so gracefully!
Expected behavior
As described in the documentation it is expected to produced HTML content with the announced features
Screenshots
I
Desktop (please complete the following information):
OS: Windows 10
Browser Chrome
Version ??
Comments
This is probably a package version problem, an issue that plagues many Node applications! How to fix the broken idyll?
The text was updated successfully, but these errors were encountered:
Describe the bug
After the standard
idyll create
to start a new "scrollytelling" project, changing to the new directory and typing `idyll' the building process produces the well-known message :To Reproduce
Steps to reproduce the behavior:
idyll create
a brand new "scrollytelling" projectmy-idyll-post
for instanceidyll
and watch it crash not so gracefully!Expected behavior
As described in the documentation it is expected to produced HTML content with the announced features
Screenshots
I
Desktop (please complete the following information):
Comments
This is probably a package version problem, an issue that plagues many Node applications! How to fix the broken idyll?
The text was updated successfully, but these errors were encountered: