keybase / keybase/client

Build Failing from AUR Manjaro

Open
#28,311 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
9.2k
Forks
1.3k
Avg merge
12h 58m
Merged PRs (30d)
56

Description

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"
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect the shared/lodash.4.17.5.strict folder and reproduce the failure with yay keybase. Add the minimal package.json described in the issue, then verify that installation completes without manual intervention.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.