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
When I try to update custom-card-helper package I get an error:
`Cannot find module './translations/localize' or its corresponding type declarations.
2 import { LocalizeFunc } from "./translations/localize";`
This are my packages and my update instruction:
It seems it requires an update on typescript and this may lead to the error. My packages after the update are:
I know this might be very specific to what I have here, but could you at least point me into the right direction? I suffer with all this typescript babel package stuff. Thanks
The text was updated successfully, but these errors were encountered:
When I try to update custom-card-helper package I get an error:
`Cannot find module './translations/localize' or its corresponding type declarations.
2 import { LocalizeFunc } from "./translations/localize";`
This are my packages and my update instruction:
It seems it requires an update on typescript and this may lead to the error. My packages after the update are:
I know this might be very specific to what I have here, but could you at least point me into the right direction? I suffer with all this typescript babel package stuff. Thanks
The text was updated successfully, but these errors were encountered: