Friday 5 May 2017

I can't use node_modules from typescript in node.js

I have one problem. I'm trying to import node_modules in typescript but I'm getting an error

"[ts] Cannot find module 'path'."

This is my code :

import path from 'path';



via Js0n

No comments:

Post a Comment