node-rs icon indicating copy to clipboard operation
node-rs copied to clipboard

@node-rs/jieba fails to run on Windows 7

Open fanyipin opened this issue 1 year ago • 0 comments

Description: I am trying to use @node-rs/jieba in my Electron application, but I am encountering an error when running the application on Windows 7. The application works fine on Windows 10, but fails with a "The special procedure could not be found" error on Windows 7.

Steps to Reproduce: Install @node-rs/jieba. require(@node-rs/jieba) Observe the error message indicating that loading the module failed.

Environment: OS: Windows 7 Node.js version: 12.22

fanyipin avatar Sep 09 '24 15:09 fanyipin