How can I update any npm packages on github? If version dependencies of this package is outdated. I am not owner this packages but I my platform works with this npm packages and when I update my nodejs version to last, I will get error.
This commands I used for update nodejs
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs
rm -rf /niode_modules
npm install
This works nice but after updating nodejs some npm packages stopped working with new version