I am trying to install node js from https://nodejs.org/en/download/package-manager/
After I installed curl
and python-software-properties
I have problem with this command:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
I have this output:
...
Err:8 https://cli-assets.heroku.com/branches/stabile/apt ./ Packages
404 Not Found
...
W: The repository 'https://cli-assets.heroku.com/branches/stabile/apt ./ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://cli-assets.heroku.com/branches/stabile/apt/./Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Error executing command, exiting
How can I fix it?
sudo apt-get update
, I don't have errors anymore. Thank you! – gongarek Aug 11 '17 at 07:43