Build Failing from AUR Manjaro
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:
- yay keybase
- Giving password and allowing install
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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