mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
Exception: No "exports" main defined in ... @solid-primitives/trigger/package.json #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akama-aka on GitHub (Mar 25, 2025).
Hello,
I just wanted to update my Revolt Bot to the latest version, so I ran 'npm update'. After I did this, however, I keep getting this error message:
Heres the Source of the Project: https://github.com/akami-solutions/ecozend_bot-shop_revolt
@sharkaccino commented on GitHub (Mar 25, 2025):
since #112 was merged, the minimum supported version of node has been increased to node 22.nvm this is probably unrelated since that hasn't been published yet.
@insertish commented on GitHub (Mar 25, 2025):
Adding a note here too, 7.0.5 seemingly broke randomly, not sure why yet.
(as I found out the other day before I started merging PRs in)
Issue persists on 7.1.0-rc.2 which includes PR #112.
@akama-aka commented on GitHub (Mar 25, 2025):
Okay thank you. Will then check out 7.0.4 asap
@fb-sean commented on GitHub (Apr 5, 2025):
Seeing this error too, a fix would be nice ^^
@akama-aka commented on GitHub (May 25, 2025):
I guess it might be because of outdated NodeJS Version. As stated in the README 22.x is recommended and due to the reason I've had 20.x installed I might have got this error.
Tl;DR: Check if you really have NodeJS 22.x installed.