-
Hi! I was wondering if napi-rs works with a tool like remix.run? Specifically, with remix.run, I get the following error: |
Beta Was this translation helpful? Give feedback.
Answered by
vedantroy
May 15, 2022
Replies: 1 comment
-
Got this to work. Just require the file. You need to use a variable, like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vedantroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this to work. Just require the file. You need to use a variable, like
require(path_name)
, to avoid a loader error.