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
I've observed a behavior where task handler seems to be using outdated/cached package.json content instead of fetching a new one when I rerun an app - which was failing due to an issue with package.json. When I corrected the issue and rerun, it reported the same error.
I though I've made it so that it will only use cached package.json during status checking, but I need to make sure this or investigate the root cause.
The text was updated successfully, but these errors were encountered:
I've observed a behavior where task handler seems to be using outdated/cached package.json content instead of fetching a new one when I rerun an app - which was failing due to an issue with package.json. When I corrected the issue and rerun, it reported the same error.
I though I've made it so that it will only use cached package.json during status checking, but I need to make sure this or investigate the root cause.
The text was updated successfully, but these errors were encountered: