koppax

Results 1 comments of koppax

I'm had the exact same problem on Windows 10. By opening ```package.json``` and replacing ```"server": "./node_modules/.bin/ts-node -P ./server/server.tsconfig.json ./server/server.ts",``` with ```"server": "ts-node -P server/server.tsconfig.json server/server.ts",``` I could finally load ```localhost:9000/api/courses```...