Score:0

While installing nodejs 18.15.0 LTS via curl the file nodesource_setup.sh contents a 404 error

fi flag

the command is curl -sL https://deb.nodesource.com/setup_18.15.0 -o nodesource_setup.sh look like the setup file is wrong as it says "404" as file content. Is it something being done wrong my side or nodejs is not allowing to download and write the file?

guiverc avatar
cn flag
You've not provided any OS/release details; so are you using one of the release where it reports as *working* or *broken*... As you provided us with no details; how are we to know?
Score:0
sa flag

The file that you are trying to download returns a 404 Not Found error because the file does not exist on the server. The results of curl -sL https://deb.nodesource.com/setup_18.15.0 are as follows:

<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Ashok avatar
fi flag
right. I tried multiple ways to install node18 to Ubuntu 22 but failed. At last I removed nodejs and did a fresh installation then it workd.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.