Replies: 1 comment 3 replies
-
Hi @stamen-ag, try running (Note that if you're running macOS Monterey, you'll also need to install Python 2: https://www.python.org/downloads/release/python-2718/. This is a common issue recently so I mention it here just in case. Both this and the |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a demo version of quire, but
quire preview
,quire site
, and other commands fail on the project generated byquire new
.First off: I installed latest version,
v0.20.4
Then I created a new quire project:
Now, running
quire preview
fails.One odd thing: there is no
node_modules
or evenpackage.json
in the generated project directory.show all files
Any advice on how I can proceed? Other commands like
quire site
also fail, since webpack isn't installed (since package.json and node_modules is missing).Beta Was this translation helpful? Give feedback.
All reactions