Open machawk1 opened 4 years ago
Perhaps also recognize any superfluous dependencies and remove them.
@ibnesayeed That would be an improvement, too. The problem here is that the current configuration is insufficient. Make it work then make it pretty. :)
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.