client icon indicating copy to clipboard operation
client copied to clipboard

Build Failing from AUR Manjaro

Open Dave4272-Office opened this issue 11 months ago • 0 comments

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

Dave4272-Office avatar Feb 13 '25 17:02 Dave4272-Office