Chris CovingtonC

No loader is configured for ".node" files

I'm trying to use baml from the boudnaryml guys and they have some requirement of loading some native node modules that I'm not really sure how, or even if, convex can run.

An example of the error:
✘ [ERROR] No loader is configured for ".node" files: ../../node_modules/@boundaryml/baml-linux-x64-gnu/baml.linux-x64-gnu.node

    ../../node_modules/@boundaryml/baml/native.js:216:23:
      216 │         return require('@boundaryml/baml-linux-x64-gnu')
          ╵                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Looking through both docs really doesn't help to understand how, or if, this can even work.
Was this page helpful?