<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.art-decor.org/index.php?action=history&amp;feed=atom&amp;title=Install_node-js</id>
	<title>Install node-js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.art-decor.org/index.php?action=history&amp;feed=atom&amp;title=Install_node-js"/>
	<link rel="alternate" type="text/html" href="https://wiki.art-decor.org/index.php?title=Install_node-js&amp;action=history"/>
	<updated>2026-05-20T04:39:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.art-decor.org/index.php?title=Install_node-js&amp;diff=8069&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;=== Node.js installation instructions for Linux === * Information about this installation procedure (tested on CentOS Linux) https://github.com/nodesource/distributions#rpmins...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.art-decor.org/index.php?title=Install_node-js&amp;diff=8069&amp;oldid=prev"/>
		<updated>2021-05-21T12:36:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Node.js installation instructions for Linux === * Information about this installation procedure (tested on CentOS Linux) https://github.com/nodesource/distributions#rpmins...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Node.js installation instructions for Linux ===&lt;br /&gt;
* Information about this installation procedure (tested on CentOS Linux)&lt;br /&gt;
https://github.com/nodesource/distributions#rpminstall&lt;br /&gt;
* Check if node.js is installed&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
node -v&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* If it is not installed, install it:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo su -l root&lt;br /&gt;
curl -sL https://rpm.nodesource.com/setup_16.x | bash -&lt;br /&gt;
exit&lt;br /&gt;
sudo yum install -y nodejs&lt;br /&gt;
# install build tools&lt;br /&gt;
sudo yum install -y gcc-c++ make&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Check if node.js is installed&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
node -v&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This should report a node version like: v15.8.0 or newer.&lt;br /&gt;
&lt;br /&gt;
* Notes about the installation:&lt;br /&gt;
** yarn: not installed&lt;br /&gt;
** To update npm, just re-run the installation procedure for Node.js&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>