You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The recent update, where the
dist
-directories were removed from version control, broke usage ofv-drag
, becausepackage.json
is still pointing to thedist
-directories.This leads to a hard to debug error message, such as:
I would suggest that you either run the build steps and add the
dist
-directory back to git.The text was updated successfully, but these errors were encountered: