0

got:

W:Failed to fetch http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/xenial/main/binary-i386/Packages404 Not Found  ,  
E:Some index files failed to download. They have
been ignored, or  old ones used instead.

1 Answers1

0

This solve my issue:

sudo add-apt-repository -y -r ppa:chris-lea/node.js
sudo rm -f /etc/apt/sources.list.d/chris-lea-node_js-*.list

source