mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[PR #403] [CLOSED] fix v-clipboard version #601
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#601
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anonaddy/anonaddy/pull/403
Author: @Mr-Sheep
Created: 12/22/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e3b94bafix v-clipboard📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
package.json(+1 -1)📄 Description
anonaddy is using a clipboard plugin called
v-clipboard, which recently got upgraded to v3.0.0-next.1.When trying to self host anonaddy, the user will get the following error message:
A simple fix is to change
"v-clipboard": "github:euvl/v-clipboard"to"v-clipboard": "^2.2.3".🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.