We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello After npm install win32com or npm install -g win32com
i test with command line nodejs
if fails in the first line
var a=require('win32com');
ERROR: cannot find module "win32com"
Please help
The text was updated successfully, but these errors were encountered:
Same here. How does it work?
Please Help.
Sorry, something went wrong.
Use this one instead https://github.com/idobatter/node-win32ole
The package.json file references ./lib/win32com as the path to the main file, but that path does not exist in the module.
No branches or pull requests
Hello
After
npm install win32com or
npm install -g win32com
i test with command line nodejs
if fails in the first line
var a=require('win32com');
ERROR:
cannot find module "win32com"
Please help
The text was updated successfully, but these errors were encountered: