Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package.json points to non-existing files. Dependency not found #32

Closed
Markussss opened this issue May 24, 2022 · 3 comments
Closed

Package.json points to non-existing files. Dependency not found #32

Markussss opened this issue May 24, 2022 · 3 comments

Comments

@Markussss
Copy link

Markussss commented May 24, 2022

The recent update, where the dist-directories were removed from version control, broke usage of v-drag, because package.json is still pointing to the dist-directories.

This leads to a hard to debug error message, such as:

ERROR  Failed to compile with 1 errors1:18:18 PM

This dependency was not found:

* v-drag in ./src/app.js

To install it, you can run: npm install --save v-drag

I would suggest that you either run the build steps and add the dist-directory back to git.

@nil
Copy link
Owner

nil commented May 24, 2022

Should be fixed right now. Thanks for pointing it out :)

@nil nil closed this as completed May 24, 2022
@Markussss
Copy link
Author

Nice! 😄 Will try it out tomorrow!

@Markussss
Copy link
Author

Works very nicely now! Thank you for helping! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants