Hi,
I work throw this thread a couple of Days ago and had a similar Problem.
I had to update nodejs to Version 7.
Run these Commands to update nodejs to latest stable Version:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
BR
Lukas
Hi,
I work throw this thread a couple of Days ago and had a similar Problem.
I had to update nodejs to Version 7.
Run these Commands to update nodejs to latest stable Version:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
BR
Lukas