nasa8x / printify-api

Printify's REST API allows your application to manage a Printify shop on behalf of a Printify Merchant. Create products, submit orders, and more...
https://morioh.com/topic/node-js
MIT License
35 stars 10 forks source link

printify-api broken. #13

Open CodewardDev opened 3 years ago

CodewardDev commented 3 years ago

Installed the API today to try to implement via my proxy server, and upon declaring:

var API = new Printify({
    shop_id: 123456,
    access_token: 'my-access-token'
});

Without making any calls, I'm getting "TypeError: r is not a constructor" via printify-api\dist\index.js:1:1546 when I try to launch my server to listen.

Assistance on this matter would be greatly appreciated.

Let me know if you need any more info.

jaclynu commented 10 months ago

did you solve this issue? i am having the same problem.