As of yesterday, I was successfully running the ng2-admin dashboard on my local environment. However, today after updating to the latest code and executing the commands npm install
and npm start
, I encountered the following issue...
'5ms chunk asset optimization 94% asset optimizationError in bail mode: [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:6:0 Cannot find type definition file for 'jquery'.
asset optimizationError in bail mode: [default] \ng2-admin\node_modules\@types\fullcalendar\index.d.ts:6:0 Cannot find type definition file for 'jquery'.
[default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:6:1 Cannot find type definition file for 'jquery'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:7:1 Cannot find type definition file for 'moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:21:19 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:22:17 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:27:19 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:28:18 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:66:18 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:66:57 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:74:26 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:154:27 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:156:32 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:157:27 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:158:25 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:159:22 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:160:22 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:178:52 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:181:54 Module '''' has no exported member 'Duration'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:188:46 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:188:66 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:193:29 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:193:49 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:200:26 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:238:27 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:239:25 Module '''' has no exported member 'Moment'. [default] D:\ng2-admin\node_modules\@types\fullcalendar\index.d.ts:339:55 Module ''*'' has no exported member 'Moment'. [default] Checking finished with 25 errors '