How do I load a regular NodeJS module (from node_modules) from within a TypeScript class?
node_modules
TypeScript
When I try to compile .ts file that
.ts
Use typings to access node functions from TypeScript:
typings install env~node --global
If you don't have typings