TreeGateway / tree-gateway

This is a full featured and free API Gateway
http://treegateway.com
MIT License
189 stars 42 forks source link

can't run tree-gateway #165

Open rainmanhhh opened 5 years ago

rainmanhhh commented 5 years ago

install with yarn, can't start it: Error starting gateway: Class constructor Configuration cannot be invoked without 'new' node version: v10.10.0 tsc version: Version 3.0.3

install with npm, can't access admin page(localhost:8001): AuthenticationError: Unauthorized at allFailed (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:159:21) at attempt (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:167:28) at JwtStrategy.strategy.fail (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:284:9) ...