▲ | em-bee 7 days ago | |
it took two hours just to get the project running as it was 4 years ago. wait how much time it will take to upgrade everything to new versions. and dare i say this is the lucky case. i had problems reactivating some older project because some dependencies were not version locked and newer versions of those were incompatible with other versioned ones. then it took forever to figure out the right versions. and i think i even had situations where the old version wasn't even available anymore (perhaps because of a linux dependency that wasn't available anymore on my newer linux system) | ||
▲ | DecoySalamander 7 days ago | parent | next [-] | |
It took 2 hours to realize that project build for a specific version of node should be run with that version of node. And even that was self inflicted since author didn't vet dependencies and used something build as a C++ node addon instead of actual JS (my bet it was to have a slightly easier time writing CSS). | ||
▲ | kwertyoowiyop 7 days ago | parent | prev [-] | |
And even though it builds, there’s no guarantee it’ll work properly. |