Skip to content

DF0012: Storage Parse Failed

Package: devframe

Message

Failed to parse storage file: {filepath}, falling back to defaults.

Level: warn

Cause

The persisted storage file (e.g. auth.json) could not be parsed as JSON. Storage falls back to the initial value so the devtool can continue.

Fix

Delete the file to reset to defaults, or investigate how it became malformed.

Source

packages/devframe/src/node/storage.ts

Migrated from

Previously documented as DTK0009 under @vitejs/devtools.

Released under the MIT License.