When i install any npm module (js), it’s not found in meteor - angular2 - typescript project when i’m trying to import with module name.
Below are the steps i followed…
npm install authenticator --save
in my .ts file:
import {authenticator} from ‘authenticator’; --> here it is saying cannot find module authenticator.
Is there a way to solve this?