I can't create new projects #1075
Replies: 7 comments 1 reply
-
|
Thank you, @Mapachosa. Wonderful to hear that you are working on a new Quire publication. I look forward to seeing the publication when it's complete! In the meantime, can you let us know what version of Quire you are on by running the command |
Beta Was this translation helpful? Give feedback.
-
|
Hi Erin, Yes, I'm quite excited because there are four publications. I currently have version 1.0.0-rc.33 and version 22 de Node.js |
Beta Was this translation helpful? Give feedback.
-
|
Hm @Mapachosa I was not able to recreate the issue with Quire rc-33 and Node 22.20.0. Try running |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @Mapachosa, ah, ok. It makes sense that the images would not be showing if you are on a local host other than 8080 (the URL in the publication.yaml is set to 8080). Usually, you only end up on different local hosts if you are already running 8080 and open a new command-line shell, it will move on to the next available host (in your example 8081). Could it be possible that you are not properly quitting 8080? The command Control-C should stop the preview, or you can close the command-line shell, at which time it should confirm that you want to terminate the session. If you confirm the termination but are still able to preview at 8080 then it's still running in the background somewhere. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Erin, I was able to solve the problem by closing the terminal window. Now I have another problem with the images in the catalog when I want to deploy the project. Following the steps on the website, it says that once the project is ready and the URL is defined, you have to change the publication.yaml. Once this is done, I delete the site, public, and epub folders and run quire build again to update the _site folder. However, the images appear broken on my server, and the search-index.json images are not associated with the corresponding URL. This only happens with the Catalog section, but not with the pages that contain images and text. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Mapachosa I just wanted to touch base and see if you were able to resolve this issue. Let us know how we can support you! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
For the past few days, I've been trying to create a new project, but when I preview it in Terminal, I get the following error:
mapache@Anas-MacBook-Pro ~ % cd funerales
mapache@Anas-MacBook-Pro funerales % quire preview
[CLI] running eleventy using lib/11ty cli
[CLI:11ty] running eleventy serve
node:internal/modules/cjs/loader:1386
throw err;
^
Error: Cannot find module '/Users/mapache/funerales/node_modules/@11ty/eleventy/cmd.js'
at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
at Function._load (node:internal/modules/cjs/loader:1192:37)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.20.0
mapache@Anas-MacBook-Pro funerales %
A few weeks ago, it was working fine, but when I tried to preview my latest project, the images from the catalog didn't appear, even though everything was correct. I thought I might have accidentally deleted something, so I decided to create a new project and work through the issues as I went along. I also noticed that the localhost was constantly changing. I don't know if it's an update problem. I hope you can help me.
Thanks,
Ana
Beta Was this translation helpful? Give feedback.
All reactions