-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When using this module with edge-js I get an Uncaught TypeError: edge.func is not a function
It occurs on all function calls to printer.
The edge-js package seems to work correctly, I could execute their examples.
To Reproduce
I did the following steps
- npm i edge-js
- npm install node-native-printer --save
- Which package do you want to use? edge-cs
- start node
- const printer = require('node-native-printer');
- printer.listPrinters()
and then I got:
Uncaught TypeError: edge.func is not a function
at WinPrinter.listPrinters (C:\Users\tobia\Documents\Devel\tmp\printe\node_modules\node-native-printer\src\windows_printer.js:20:19)
Expected behavior
I didn't get node-native-printer to work at all
OS
- Windows 10
- Nodejs v12.16.1.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working