Today, I installed angular-moment-timezone
in my Ionic project and everything was working fine. However, after removing the node_modules
folder and then running npm i
, I started getting errors whenever I tried to run ionic serve
. These are the errors I am seeing:
Typescript Error
Cannot redeclare block-scoped variable 'tz'.
node_modules/@types/moment-timezone/index.d.ts
undefined
undefined
Typescript Error
Cannot redeclare block-scoped variable 'tz'.
node_modules/angular-moment-timezone/node_modules/@types/moment-timezone/index.d.ts
undefined
undefined
I have searched for a solution but haven't been able to find one yet. Has anyone else encountered the same issue?