Skip to content
Discussion options

You must be logged in to vote

This has been fixed in version 5.4.2 of peek-readable. As a result, this issue will no longer occur in fresh installs. If it's still broken for you, you have 2 options:

Perform a clean install (recommended)

Your package manager should automatically install the latest peek-readable version, unless the older, broken version is still cached or pinned in your lockfile. Simply prune the cache, delete the lockfile and delete the node_modules folder, then install again.

If you're using pnpm (our recommended package manager), you can run this command:

pnpm store prune && rm -rf node_modules pnpm-lock.yaml && pnpm i

Please delete both node_modules and the lockfile, as package managers behave incor…

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AlessioGr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
status: needs-triage Possible bug which hasn't been reproduced yet
9 participants
Converted from issue

This discussion was converted from issue #10865 on January 30, 2025 22:51.