@yuriosh
I've bumped node to v18, does it work for you now? Building still worked for me on v16 though... maybe some local npm packagess come into play.
Git Clone URL: | https://aur.archlinux.org/awakened-poe-trade-git.git (read-only, click to copy) |
---|---|
Package Base: | awakened-poe-trade-git |
Description: | Path of Exile trading app for price checking |
Upstream URL: | https://github.com/SnosMe/awakened-poe-trade |
Keywords: | checking Exile of Path poe price trading |
Licenses: | MIT |
Conflicts: | awakened-poe-trade-git |
Provides: | awakened-poe-trade-git |
Submitter: | ninni |
Maintainer: | ninni |
Last Packager: | ninni |
Votes: | 8 |
Popularity: | 0.83 |
First Submitted: | 2021-08-15 15:56 (UTC) |
Last Updated: | 2024-07-28 19:30 (UTC) |
@yuriosh
I've bumped node to v18, does it work for you now? Building still worked for me on v16 though... maybe some local npm packagess come into play.
Update (16.06.2024): @ninni, thanks for your work and time, now it builds without errors
Hi,
@ninni: i got this error while building,
error isbinaryfile@5.0.2: The engine "node" is incompatible with this module. Expected version ">= 18.0.0". Got "16.20.2" error Found incompatible module.
As of the latest version (3.20.10008) you can start with --no-overlay
and what was formerly the overlay will open in a browser window, allowing it to be used where composition is not available or similar.
@justin8 Interesting, which compositor/DE are you on? Just tried it on sway, and for me, the overlay still has problems to attach to the PoE window.
That being sad, this Github issue might be of interest: https://github.com/SnosMe/awakened-poe-trade/issues/803 There's some work being done to allow awakened-poe-trade to start in a completely separate window.
I'm not sure if it's a recent change or not; but this does actually work on wayland these days. I had to disable my nvm install first to make it build properly; my first attempt it would crash when pressing ctrl+d each time.
I've also found that pressing ctrl+d doesn't always open up the overlay, but pressing shift+space will show the search panel correctly at that point; otherwise it appears to work fine in wayland.
Update/Edit (10.04.2023):
You can now start awakened-poe-trade in a browser window and skip the whole overlay part using the --no-overlay
flag.
I'm pinning this comment to provide some basic information about this package and possible fixes:
First of all, I'm not the developer of awakened-poe-trade and just maintain this AUR package. The package builds directly from source, using the steps provided in the upstream Github Action Workflow, and adds a custom .desktop file. Most of the time, getting npm dependency warnings during building is "normal" and can be ignored.
Secondly, awakened-poe-trade on Linux can be a tad experimental. As it stands now, it only works on X11 and wayland is not supported. The overlay itself can also be a bit finicky and as far as i can see, composition MUST be enabled, otherwise we get a black screen.
If you have any problems, the following Github Issues might give some ideas as to how to fix them:
https://github.com/SnosMe/awakened-poe-trade/issues/476
Hi, got this error while building the pkg on a fresh git clone of the repository:
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "~/.cache/yarn/v6/npm-@fortawesome-fontawesome-free-6.1.1-bf5d45611ab74890be386712a0e5d998c65ee2a1-integrity/node_modules/@fortawesome/fontawesome-free/.yarn-metadata.json: Unexpected end of JSON input".
-- edit --
purging ~/.cache/yarn solved the issue... building compleeted with some warning though.
node version has now been bumped to v16. Strangely, building works for me on both v14 and v16
I'm getting the following error message:
error awakened-poe-trade@3.17.10005: The engine "node" is incompatible with this module. Expected version ">=16". Got "14.19.2" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ==> ERROR: A failure occurred in build(). Aborting...
I think the nvm install 14 should be nvm install 16
With the new league starting today, this package finally adapted to the new (and now working) upstream build process.
Furthermore, pinning of the latest tag has been reversed and this package will once again build from the latest commit on the master branch. However, as previously mentioned, breakages may occur as the "master" branch is de-facto experimental.
Pinned Comments
ninni commented on 2022-05-20 19:25 (UTC) (edited on 2023-04-10 16:45 (UTC) by ninni)
Update/Edit (10.04.2023): You can now start awakened-poe-trade in a browser window and skip the whole overlay part using the
--no-overlay
flag.I'm pinning this comment to provide some basic information about this package and possible fixes:
First of all, I'm not the developer of awakened-poe-trade and just maintain this AUR package. The package builds directly from source, using the steps provided in the upstream Github Action Workflow, and adds a custom .desktop file. Most of the time, getting npm dependency warnings during building is "normal" and can be ignored.
Secondly, awakened-poe-trade on Linux can be a tad experimental. As it stands now, it only works on X11 and wayland is not supported. The overlay itself can also be a bit finicky and as far as i can see, composition MUST be enabled, otherwise we get a black screen.
If you have any problems, the following Github Issues might give some ideas as to how to fix them:
https://github.com/SnosMe/awakened-poe-trade/issues/476
https://github.com/SnosMe/awakened-poe-trade/issues/337
https://github.com/SnosMe/awakened-poe-trade/issues/185