I have setup Loopback API application(tradeapi) by using "slc loopback" command in windows7. In my PC node version is v0.10.31. I have also installed Python2.7.3.
When I run the API using "slc run" it is working fine. But when I try to debug it by using "slc debug" it shows me error tradeapi.js is not found.
Since this is basic api created by slc command and I have not made any changes in config, even though not able to debug the api.
Kindly help me to resolve this issue.
Thanks in advance