Comments on: How to Install NodeJS 14 / 16 & NPM on Rocky Linux 8 https://www.tecmint.com/install-nodejs-on-rocky-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 17 Nov 2021 05:03:33 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-nodejs-on-rocky-linux/comment-page-1/#comment-1651645 Wed, 17 Nov 2021 05:03:33 +0000 https://www.tecmint.com/?p=43244#comment-1651645 In reply to rebatov.

@Rebatov,

Thanks, corrected the command in the article…

]]>
By: rebatov https://www.tecmint.com/install-nodejs-on-rocky-linux/comment-page-1/#comment-1650668 Tue, 16 Nov 2021 07:53:59 +0000 https://www.tecmint.com/?p=43244#comment-1650668 Hi,
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
should actually be:
curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo -E bash -

Thanks

]]>