Running cetz-editor
#417
-
Thanks for the great set of tools stemming from this repo! I'm trying to play with
The following error occurs:
Apologies if the solution is simple; I do not work with node.js. Is there a step I am missing? |
Beta Was this translation helpful? Give feedback.
Answered by
Myriad-Dreamin
Nov 28, 2023
Replies: 1 comment 1 reply
-
Hi, this is because you don't run the Regard to this error, I have update the Now the simplest commands to play with $ git clone https://github.com/Myriad-Dreamin/cetz-editor
$ cd cetz-editor
$ yarn install
$ yarn run dev Or: $ git clone https://github.com/Myriad-Dreamin/cetz-editor
$ cd cetz-editor
$ npm install
# will fix in 0.4.1
$ npm install @myriaddreamin/[email protected] --force
# will fix in 0.4.1
$ npm install @myriaddreamin/[email protected] --force
$ npm run dev Feel free to ask more questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ntjess
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this is because you don't run the
tsc
to get JS script.Regard to this error, I have update the
package.json
andREADME.md
of cetz-editor for you.Now the simplest commands to play with
cetz-editor
are (Recommended):$ git clone https://github.com/Myriad-Dreamin/cetz-editor $ cd cetz-editor $ yarn install $ yarn run dev
Or:
Feel free to ask more questions.