You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: