You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript Version: 3.5.3
Installed above typescript version. Work on local environment.
When we ran docker command to build project it throws above exception.
Guide us to resolve this issue ASAP.
The text was updated successfully, but these errors were encountered:
Following solution solved this issue for time being:
Added typescript as a global dependency.
For this added following commands inside docker-file.
RUN npm i -g [email protected]
RUN npm i -D [email protected]
TypeScript Version: 3.5.3
Installed above typescript version. Work on local environment.
When we ran docker command to build project it throws above exception.
Guide us to resolve this issue ASAP.
The text was updated successfully, but these errors were encountered: