Dhaneshmon

Results 2 comments of Dhaneshmon

Hey latringo, Could you please explain that how you solve the same. I am facing the same issue.

I had same issue node @ v6.9.4 **Package.json** ``` "scripts": { "clean": "rimraf app/**/*.js app/**/*.js.map", "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "prestart": "npm run clean", "start": "tsc && concurrently...