Scott
Member since Jun 7, 2017
- Profile: /members/13530-scott.htm
- Comments: 1
Recent Blog Comments By Scott
-
Experimenting With ts-node And Using TypeScript In Node.js On The Server
Posted on Jun 7, 2017 at 10:19 AM
Thank you for the article. I get the error shown below when running : nodemon --exec 'ts-node --cache-directory .tscache' ./server.ts I think the issue is that my it did not create a 'lib' folder with the compiled js files. Did I miss a step that is required to generate the 'lib' folder? C:\Dev... read more »