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

Build Failing from AUR Manjaro #28311

Open
Dave4272-Office opened this issue Feb 13, 2025 · 0 comments
Open

Build Failing from AUR Manjaro #28311

Dave4272-Office opened this issue Feb 13, 2025 · 0 comments

Comments

@Dave4272-Office
Copy link

Describe the bug
Due to missing package.json in the shared/lodash.4.17.5.strict folder cannot install the package normally through yay.

To Reproduce
Steps to reproduce the behavior:

  1. yay keybase
  2. Giving password and allowing install
  3. Installation fails at the build stage

Expected behavior
Installs Successfully without manual intervention.

Screenshots

Additional numbers
The number 345567

We need to just add a package.json file with this minimal content in the folder for the build to succeed

{
  "name": "lodash",
  "version": "4.17.5",
  "main": "index.js"
}
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