Replies: 9 comments 8 replies
-
Hi @tlgould, while inside the |
Beta Was this translation helpful? Give feedback.
-
Hi @tlgould this looks like the same issue that @metro-glenn had in this issue: #724. Looks like he tried running |
Beta Was this translation helpful? Give feedback.
-
Hi @tlgould I have a workaround that I just did with another Windows user. Can you email me at [email protected] so I can help you get up-and-running with a new project? |
Beta Was this translation helpful? Give feedback.
-
I am also having this same issue and it would be great if anyone had a solution to this problem. |
Beta Was this translation helpful? Give feedback.
-
@Erin-Cecele This issue is being caused by a security patch in node ( https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 ) for which an upstream dependency ( Now that it's identified it should be fixed in a forthcoming release. Unfortunately the quick fix outlined in that article (using |
Beta Was this translation helpful? Give feedback.
-
Dear Erin and Charlie,
What should I do in the meantime? Do I re-download and update node?
Best,
Renee Trepagnier
…On Fri, Dec 6, 2024 at 9:05 PM charlie butcosk ***@***.***> wrote:
@Erin-Cecele <https://github.com/Erin-Cecele> This issue is being caused
by a security patch in node (
https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 )
for which an upstream dependency (install-npm-version) has not yet been
updated to account. On windows quire new uses the dependency to spawn a
process that installs a project's basic 11ty code, but currently the
spawned process silently errors, leading to the symptoms (mostly-empty
project directories) you and others in this thread are experiencing.
Now that it's identified it should be fixed in a forthcoming release.
Unfortunately the quick fix outlined in that article (using
--security-revert=CVE-2024-27980) does not work in this instance for some
reason, possibly because a library that quire uses spawns the process and
not quire-cli directly.
—
Reply to this email directly, view it on GitHub
<#962 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNE32356RH3ASR6T4FGJUQD2EIGS5AVCNFSM6AAAAABPY5J6KWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBYHEZDKNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Renee, we are working on a fix for this now that will hopefully be included in an upcoming release. We will keep you updated. If you are looking to get started ASAP, you can use the sample project that I sent you via WeTransfer. |
Beta Was this translation helpful? Give feedback.
-
@Erin-Cecele @rtrepagn Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Hello @cbutcosk , I've given RC16 a quick try on a Win11 laptop just now and I have been able to successfully create a new project and run a preview without any errors (some deprecation warnings, but the site does render). I'd be very happy to give it more of a try in next couple of days and report back if that would be helpful? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been following tutorials to install and build a project using Quire following the v1 install docs at https://quire.getty.edu/docs-v1/install-uninstall/ but coming across problems when I try to create a new project. Info as follows:
OS: Windows 11 23H2
Node: v18.20.4
NVM: 1.1.10
Git: version 2.39.0.windows.2
When I try to run quire new, I get the following output:
I can see that the folder structure has been created, but no files have been added in the node_modules folder. When I attempt to build or preview, I get a missing modules error (as it's expecting to find @11ty in the node_modules folder):
Wondered if any other Windows users had come across this before, and could suggest possible workarounds?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions