Replies: 1 comment 4 replies
-
I have the same issue with nodejs-polars in my project. I'm currently using the webpack-based build configuration which works with my setup - my configuration is basically identical to yours (I'm on linux, though). One issue I couldn't work around was with symlinked packages via |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am using nodejs-polars in my server component for data manupulation. I am using following plugin to include the binary module in next.config.js
But when I try to access the component in server, I get following error
"Error: Cannot find module './nodejs-polars.win32-x64-msvc.node'"
I am running my development environment on Windows 11 and node 21.7.0. I tried to set NODE_PATH to node_modules where nodejs-polars is installed. Still I get this error.
Could you please help
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions