tinify / tinify-nodejs

Node.js client for the Tinify API.
https://tinypng.com/developers
MIT License
414 stars 74 forks source link

Cannot assign to 'key' because it is a read-only property. #28

Closed csulit closed 3 years ago

edwinw6 commented 3 years ago

Hi @csulit,

Could you please share a minimal code example that raises this error? Also could you share your version of NodeJS?

Thanks!

csulit commented 3 years ago

Hi @csulit,

Could you please share a minimal code example that raises this error? Also could you share your version of NodeJS?

Thanks!

Problem solved.

it's not working if you import the library like this "import * as libname from 'libname';

edwinw6 commented 3 years ago

Good to hear you found the issue!