I uploaded a repo to my Digit Ocean droplet about a year ago and tried to npm install without luck. I recently decided to give it a go again and try to get this figured out, but again, still getting the "Killed" error when I try to npm install.
I understand a few of the packages are deprecated, but would that completely kill the install process? The same project files work on my local machine (of course it only works locally). I'm not sure if the different versions of Node would be the primary cause.
Local Node -v 6.9.1
Drop Node -v 9.2.0
Any ideas would be highly appreciated!
Screen shot from terminal is attached.