kovacsv / occt-import-js

The emscripten interface for OpenCascade import functionalities.
GNU Lesser General Public License v2.1
141 stars 23 forks source link

Module not found: Error: Can't resolve 'fs' node 18 #12

Closed matthijs166 closed 1 year ago

matthijs166 commented 1 year ago

We use this package in a project and its throwing an error for node 18.

Its fixed by adding this to the package.json

"browser": { "fs": false, "os": false }

I opened a pull request to fix this issue. #13

kovacsv commented 1 year ago

Relates to #10.