-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work on node 0.12.0 #19
Comments
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Kindly update the requirements for node version, node-gyp version, and supported OSes and platforms. Its not building on mine: node 0.12.1, Windows 7 64-bit, node-gyp v1.0.2 |
Is anyone can help to improve the library on node.js v12? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got an error like:
module.js:355
Module._extensions[extension](this, filename);
^
Error: The specified procedure could not be found.
appFolder\node_modules\win32ole\build\Release\node_win32ole.node
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (appFolder\node_modules\win32ole\lib\win32ole.js:3:3)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
Its due to changing in node.js modules structure.
The text was updated successfully, but these errors were encountered: