JamieCurnow / vue-clipboard3

Easily copy to clipboard in Vue 3
MIT License
129 stars 13 forks source link

ReferenceError: exports is not defined in ES module scope #11

Open Ivanwangcy opened 1 year ago

Ivanwangcy commented 1 year ago

This file is being treated as an ES module because it has a '.js' file extension and '/Users/wangchunyu40/workspace/global-express-m/node_modules/vue-clipboard3/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.

benrolfe commented 10 months ago

I had the same issue:

image