Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:39, 10 June 2022 Kangtain talk contribs created page Gatsby (Created page with "==Install NodeJS and NPM== There are some methods to install both NodeJS and NPM. In this article, we will install them using the node source. For other methods, you can check our blog post on how to install NodeJS and NPM. curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - Once completed, we need to download the package information from the newly added source above. sudo apt update Next, run the following command to finally install NodeJS and NPM. s...")