Aiming to set up lightning node to run woocommerce plugin

Someone tweeted about a lightning plugin for Woocommerce So I went to this github page to figure out how to install it. https://github.c...

Friday, 26 January 2018

3. Get Nodejs

3. nodejs (v.7.6 or newer)
type this in the terminal
   sudo apt-get install nodejs

Check the version with
 nodejs -v

If it is not the 7.6 or newer, then use the following to update.

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

No comments:

Post a Comment