christianvoigt / argdown

a simple syntax for complex argumentation
https://argdown.org
860 stars 28 forks source link

Unable to complete installation as described in README.md #401

Open salexan2001 opened 1 year ago

salexan2001 commented 1 year ago

Thank you for this simple and great markup-tool!

I tried to install the monorepo as described on: https://github.com/christianvoigt/argdown/blob/master/README.md#about-this-repository . Unfortunately I ran into several problems:

npm install seemed to have worked:

$ npm install

> prepare
> lerna run prepare

lerna notice cli v4.0.0
lerna info versioning independent
lerna success run No packages found with the lifecycle script 'prepare'

But npm run bootstrap complains:

$ npm run bootstrap
npm ERR! Missing script: "bootstrap"
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

I also tried running npm run lerna:bootstrap directly, resulting in the following errors:

$ npm run lerna:bootstrap

> lerna:bootstrap
> lerna bootstrap

lerna notice cli v4.0.0
lerna info versioning independent
lerna info Bootstrapping 18 packages
lerna info Installing external dependencies
(node:15522) [DEP0164] DeprecationWarning: Implicit coercion to integer for exit code is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 2 in '@argdown/node'
lerna ERR! yarn install --mutex network:42424 --non-interactive exited 2 in '@argdown/node'

Can you help me with the installation? Am I missing something?

I'm on archlinux, kernel 5.15.88-1-lts with npm --version 8.19.2.