To download the necessary modules(MSS), navigate with the terminal to the local folder on which the repository has been cloned by launching:
npm install
then I try to build the I project with:
npm run build-dev
but I get this error:
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! [email protected] build-dev: `gulp build --env node`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the [email protected] build-dev script.
npm ERR! This is probably not a problem with npm. There is likely
additional logging output above.
why?