You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to an npm bug that doesn't seem like it's going to be fixed any time soon, users can have issues with the way NAPI-RS uses optional dependencies.
As a workaround, we can make the @nomicfoundation/edr package always have all the builds available.
It's not clear what's the best way to do this: we could either include all the builds directly in that package, or keep the current approach but make the dependencies be actual dependencies and not optional dependencies. We'll need to do some research.
The text was updated successfully, but these errors were encountered:
Due to an npm bug that doesn't seem like it's going to be fixed any time soon, users can have issues with the way NAPI-RS uses optional dependencies.
As a workaround, we can make the
@nomicfoundation/edr
package always have all the builds available.It's not clear what's the best way to do this: we could either include all the builds directly in that package, or keep the current approach but make the dependencies be actual dependencies and not optional dependencies. We'll need to do some research.
The text was updated successfully, but these errors were encountered: