client
client copied to clipboard
Build Failing from AUR Manjaro
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"
}