Install from AUR
See original GitHub issue- OS: [e.g. macOS, Windows, Linux]
- Version of IPFS Desktop [e.g. 0.11.1]
Linux Manjaro ipfs-desktop version 0.16.2
Describe the bug A clear and concise description of what the bug is.
> electron-builder install-app-deps
throws `Error: Cannot find module ‘fs/promises’
To Reproduce Steps to reproduce the behavior:
- Install from AUR
- Fails on
electron-builder install-app-deps
step
Expected behavior A clear and concise description of what you expected to happen.
Installs successfully
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:28 (13 by maintainers)
Top Results From Across the Web
Arch User Repository - ArchWiki
The Arch User Repository (AUR) is a community-driven repository for Arch users. It contains package descriptions (PKGBUILDs) that allow you ...
Read more >How to Use AUR with Arch Linux
Installing a package from AUR is quite different than installing a package with pacman. At first, make sure that your system includes all...
Read more >Install packages in Arch Linux from AUR - Tutorials and How To
First, install the required dependencies as shown · Next, navigate to the package-query directory · Compile and install it as shown below and...
Read more >How to Install AUR Packages in Arch Linux - Linuxiac
Go to https://aur.archlinux.org/packages, type in the name of the package you're looking for, then hit the 'Go' button. AUR will show all relevant...
Read more >How to Install Packages from AUR in Arch Linux
Open a terminal and install base-devel and git packages for compilation of yay. · If you see any prompt, hit enter to choose...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@RubenKelevra
0.18.1-1
installs correctly now (withpamac
). Didn’t require manual installation.Thanks!