Search Criteria
Package Details: lerna 8.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lerna.git (read-only, click to copy) |
---|---|
Package Base: | lerna |
Description: | A fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. |
Upstream URL: | https://github.com/lerna/lerna |
Keywords: | nodejs npm packages |
Licenses: | MIT |
Submitter: | marcs |
Maintainer: | mmoya |
Last Packager: | mmoya |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-11 01:14 (UTC) |
Last Updated: | 2024-05-21 19:56 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (1)
- nuclear-player-git (make)
Latest Comments
dragonek93 commented on 2021-04-04 05:44 (UTC)
i got this error when i try to install ferdi or franz: Need to install the following packages: lerna Ok to proceed? (y) y npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 lerna notice cli v4.0.0 lerna info versioning independent lerna info bootstrap root only npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: react-dom@16.12.0 npm ERR! node_modules/react-dom npm ERR! react-dom@"16.12.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react-dom@"16.7.0" from forms@1.1.0 npm ERR! packages/forms npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/dragonek/.cache/paru/clone/ferdi/src/ferdi-5.5.0-8-home/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! /home/dragonek/.cache/paru/clone/ferdi/src/ferdi-5.5.0-8-home/.npm/_logs/2021-04-04T05_43_05_128Z-debug.log lerna ERR! npm install exited 1 in 'ferdi' lerna ERR! npm install exited 1 in 'ferdi' ==> BŁĄD: Wystąpił błąd w prepare(). Przerywam... :: Packages failed to build: ferdi-5.5.0-8 What's is happen
gamezelda commented on 2020-11-03 11:07 (UTC)
@desaparecido: It builds for me. Maybe you have something messed up with your existing NPM install.
Try to run 'npm cache clean -f' and/or delete your $HOME/.npm folder (backup it first just in case!).
See also: https://stackoverflow.com/questions/49415958/what-could-cause-an-error-related-to-npm-not-being-able-to-find-a-file-no-conte
In case you can't figure it out you could try to build it in a clean chroot.
Or try to run lerna without this package using 'npx lerna' instead.
desaparecido commented on 2020-11-03 09:54 (UTC)
hi, I'm having this error when build, do yo have some clue to solve it ? I'm tryng to build Franz but now ask for lerna package. thanks
gamezelda commented on 2020-10-25 00:46 (UTC)
It's fixed in 3.22.1-2, thanks.
gamezelda commented on 2020-10-14 10:57 (UTC) (edited on 2020-10-14 10:57 (UTC) by gamezelda)
A lot of the files in the package end up being owned by the user who built the package instead of root:
I took a look at some other Arch packages coming from NPM and it seems like this is a known issue and doing a chown to root is necessary, see for example:
https://github.com/archlinux/svntogit-community/blob/7a99d326add6f6c593a3c1cef65779a2a1f1dd9a/repos/community-any/PKGBUILD
https://github.com/archlinux/svntogit-community/blob/3805a46ccdc3a5aee46bd6be918078a08766814b/repos/community-any/PKGBUILD