Unable to import Members - ENOENT: no such file or directory #13216
Comments
|
This is a bug with windows paths. Ghost is primarily written for & tested on unix/linux/mac based environments but we're happy to accept PRs fixing this. |
|
Hi @ErisDS , I'd like to try my hand on this but not sure where to start. Also would I need to be on a Windows machine? |
|
Hi @ErisDS , I'd like to give a try to resolve this issue ,I am a beginner please guide me where to start and I am using windows |
|
Hi, I think I'm onto a solution but not exactly sure how to implement it within your code. The top comment on this stackoverflow thread does a good job of describing it.
It seems like there is a disconnect between the path being supplied, and how the path seperator is being interpreted. I can think of a few possible solutions to try because the path module (which you've already imported) provides some methods to get around this, like this one.
Which would return the file path with the appropriate path prefix (i assume this would be |
|
@ErisDS If this issue is still open, can I pick it up? |


Issue Summary
I have Ghost Self-hosted.
When I try to import my subscribers from Substack, it shows this error as shown in the image.
I tried searching everywhere but no solution. I also tried to manually create the

Membersfolder on the server but still no luck.A summary of the issue and the browser/OS environment in which it occurs.
To Reproduce
Go to your Self-hosted Ghost blog
Technical details:
The text was updated successfully, but these errors were encountered: