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
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 ...