machawk1 / ArchiveThumbnails

An implementation for Ahmed AlSum's "Thumbnail Summarization Techniques for Web Archives"
GNU General Public License v2.0
7 stars 5 forks source link

Non-specific versions of dependencies prevent code from running #114

Open machawk1 opened 4 years ago

machawk1 commented 4 years ago

In package.json, many of the dependencies are specified with version "*" meaning the latest will be fetched. The implementation is tied to the functionality of some of these dependencies from an older version but which version is unclear. The code currently won't run because of this.

TASK: figure out which versions were used, specify this in package.json, verify that the code is runnable.

ibnesayeed commented 4 years ago

Perhaps also recognize any superfluous dependencies and remove them.

machawk1 commented 4 years ago

@ibnesayeed That would be an improvement, too. The problem here is that the current configuration is insufficient. Make it work then make it pretty. :)