Ionic2 serve & TS finding module error

Ionic serve prints me always the same error Error TS2307: Cannot find module 'c3',
it loops over the same files, and it is very slow, anyone with the same issue?
even with the error code I didn’t find a solution :frowning:

npm module (npm install + typings install) :

import * as lodash from 'lodash';

serve log :

TypeScript error: C:/...../page1.ts(4,21): Error TS2307: Cannot find module 'c3'.
TypeScript error: C:/...../service1.ts(3,25): Error TS2307: Cannot find module 'lodash'.
TypeScript error: C:/...../service2.ts(4,25): Error TS2307: Cannot find module 'xml2js'.

TypeScript error: C:/...../page1.ts(4,21): Error TS2307: Cannot find module 'c3'.
TypeScript error: C:/...../service1.ts(3,25): Error TS2307: Cannot find module 'lodash'.
TypeScript error: C:/...../service2.ts(4,25): Error TS2307: Cannot find module 'xml2js'.

TypeScript error: C:/...../page1.ts(4,21): Error TS2307: Cannot find module 'c3'.
TypeScript error: C:/...../service1.ts(3,25): Error TS2307: Cannot find module 'lodash'.
TypeScript error: C:/...../service2.ts(4,25): Error TS2307: Cannot find module 'xml2js'.

etc etc etc ...

Did you install the typings?

yes for all of them

(npm install + typings install)

r u getting solution?..bcz i have also getting same error

Still the same error, but everything compile so…