Skip to content

Running cetz-editor #417

Answered by Myriad-Dreamin
ntjess asked this question in Q&A
Nov 27, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, this is because you don't run the tsc to get JS script.

Regard to this error, I have update the package.json and README.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:

$ 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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ntjess
Comment options

Answer selected by ntjess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants