LuanEdCosta / copy-image-clipboard

Lightweight library to copy PNG and JPG images to clipboard
https://luanedcosta.github.io/copy-image-clipboard/
MIT License
59 stars 12 forks source link

I have this error in my nextjs app #31

Closed asenseofpradhyu closed 2 years ago

asenseofpradhyu commented 2 years ago

Screenshot 2022-05-12 at 8 53 33 PM

Please help here.. How to solve this error?

LuanEdCosta commented 2 years ago

It seems that NextJS is trying to import using CommonJS (require, module.exports), but this library exports everything using ES modules (import/export).

I found some StackOverflow links that may help you:

I will also try to simulate the problem later to find a nice solution and update docs.

LuanEdCosta commented 2 years ago

I found something interesting...

I believe that updating NextJS version should fix the problem.

asenseofpradhyu commented 2 years ago

Hey

This link works -> https://stackoverflow.com/questions/65936222/next-js-syntaxerror-unexpected-token-export

I use the next-transpile-module package (https://github.com/martpie/next-transpile-modules#readme).

Thank You for your support...❤️