xavi- / node-copy-paste

A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.
425 stars 76 forks source link

[Windows] Paste function is not working #72

Closed GlistenSTAR closed 12 months ago

GlistenSTAR commented 1 year ago

Hello, How are you? Now I am a developer who is using node-copy-paste module sometimes. I have a problem with paste function. Please help me out.

Now I am using the latest version(1.5.3). but since yesterday I got some errors.

const ncp = require("copy-paste");

let event_url = ncp.paste()

This is screenshot which shows errors.

image

GlistenSTAR commented 12 months ago

I solved this problem using node-clipboardy module. :)