Error during install node js in debian

戏子无情 提交于 2019-11-29 16:43:05

This is not related to NodeJS's package in any way.

The real issue is stated:

The repository basically_all_your_repos does not have a Release file.

Your ppa entries are corrupted. Delete all ppa entries which throw errors and then run apt-get update. I'm guessing the installation fails at the beginning, when (sudo) apt-get update is issued. You can check out how to remove ppas here.

Try to use NVM to install node js and it helps to checkout different node versions in the same machine for different project.

Check this answer. I clearly listed the commands on how to install node js with NVM on linux.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!