-
Notifications
You must be signed in to change notification settings - Fork 452
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
Not able to install #143
Comments
what version do you have? seems you have the same issue as electron-userland/electron-builder#453 I believe you should do: Let me know what is your result? |
I tried on linux and osx with different versions and it is working as a charm. I hope you remove |
hey i am using windows 7 , |
the thing is i want to communicate with printer and send files to printer and get response back. |
I have the same problem with windows 10 and node 6.7.0, here is the npm-debug.log:0 info it worked if it ends with ok 219 verbose exit [ 1, true ] |
Got the exact same problem here, Win 10, Node 6.7.0. Any hint yet? |
Hi Guys, I think the issue is with C++ compiler configuration. previously I had the same issue when having more than 1 compiler. Could you please confirm if you manage to compile other node.js native module? I can provide precompiled package release but I don't have time to support this. |
Hi, This are the errors logged: |
@Gallienvs Try this Electron builds are working so I think win32 ones should also work. |
Hello ,
I was trying to install the printer using "npm install printer"
it gives error saying tell author that this fails on your system :
node-gyp rebuild
And if i download zip files from github and put them where npm is installed and run them.
I get a error as below .
module.js:583
return process.dlopen(module, path._makeLong(filename));
^
Error: Module version mismatch. Expected 48, got 46.
at Error (native)
at Object.Module._extensions..node (module.js:583:18)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (D:\Node\node_modules\printer\lib\printer.js:10:22)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
The text was updated successfully, but these errors were encountered: