Start client server failes
  • Hi all! 
    I tried to setup Liveblog locally on a fresh Ubuntu 16.04 machine. Everything worked fine but when I tried to start the client server with the following command I get an error: 
    grunt --force server --server='http://localhost:5000/api' --ws='ws://localhost:5100'

    This is the error I get: 

    ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/superdesk-core/scripts/apps/authoring/styles/multiedit.scss
    Module build failed: Error: ENOENT: no such file or directory, scandir '/home/fabiangeissler/Desktop/liveblog-master/client/node_modules/node-sass/vendor'

    Although the complete error message is quite long, so I pasted it into a GhostBin which is available with the following link: https://ghostbin.co/paste/fff9j

    I downloaded the Source Code as zip of version 3.8.1 from this link: https://github.com/liveblog/liveblog/releases

    Does anybody has the same issue with the latest version or maybe already found a workaround for this issue? 

    Thanks for any help!

    BR,
    Fabian