node-native-printer icon indicating copy to clipboard operation
node-native-printer copied to clipboard

Node module to print from nodejs apps

Results 20 node-native-printer issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Unable to install via npm. Confirmed installation of edge 7.10.1 prior to attempting node-native-printer install. Install log attached. **To Reproduce** Steps to reproduce the behavior: 1. With...

bug

@MatteoMeil The field `process.env.npm_config_argv` was removed with NPM 7, leading to issues during the installation of this package. This commit updates the package to rely on the `NODE_ENV` during installation....

**Describe the bug** I'm on Ubuntu 20.04.4 with python version 3.8.10 and node version 14.18.1. After installing the dependencies, I ran the command `npm install node-native-printer --save` but the installation...

bug

**Describe the bug** When I try to install with yarn I don't get a menu: error C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\node-native-printer: Command failed. Exit code: 1 Command: node install/install.js Arguments: Directory: C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\node-native-printer Output: ?...

bug

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I need to print pdf with password. Could you add an option to input password? Thanks so much.

**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](https://www.npmjs.com/package/edge-js) package seems to...

bug

Hello, Many thanks for this lib, it worked out very well for me. However, there seems to be an issue : ] **Describe the bug** I think there is a...

bug

Module was not getting compiled for node versions above 8. I was trying to build it for electron 9.1.2, but due to above mentioned issue it was failing.

**Description of the problem** The package fails to compile during installation and produces errors. The errors seem to be these: ``` ../lib/unix/API.cpp:36:38: error: no matching member function for call to...

bug