No module Published on Offcanvas position

Установка Node.js 8 на Linux используя Package Manager

nodejs-8.jpg

Перед вами маленькая шпаргалка по установке  Node.js 8 на Ubuntu или Debian Linux  

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs

Вот както так