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