[PR #403] [CLOSED] fix v-clipboard version #601

Closed
opened 2026-03-01 17:48:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/403
Author: @Mr-Sheep
Created: 12/22/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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:

ERROR in ./resources/js/app.js 10:0-46
Module not found: Error: Package path ./src/index is not exported from package /var/www/anonaddy/node_modules/v-clipboard (see exports field in /var/www/anonaddy/node_modules/v-clipboard/package.json)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/403 **Author:** [@Mr-Sheep](https://github.com/Mr-Sheep) **Created:** 12/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e3b94ba`](https://github.com/anonaddy/anonaddy/commit/e3b94bae88ac307138ca7adc0d93390b6eb9aaeb) fix v-clipboard ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 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: ``` ERROR in ./resources/js/app.js 10:0-46 Module not found: Error: Package path ./src/index is not exported from package /var/www/anonaddy/node_modules/v-clipboard (see exports field in /var/www/anonaddy/node_modules/v-clipboard/package.json) ``` A simple fix is to change `"v-clipboard": "github:euvl/v-clipboard"` to `"v-clipboard": "^2.2.3"`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:48:21 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#601
No description provided.