Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
salexan2001 opened this issue Jan 18, 2023 · 0 comments
Open

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

salexan2001 opened this issue Jan 18, 2023 · 0 comments

Comments

@salexan2001
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant