The grunt command exited with a code 3 error when creating a project

I am not familiar with Grunt and I tried to follow the steps to install it. I get this error and I tried for a week to get it to work. Can someone help me please. I am a junior student and do not know how to do this. I followed the installation instructions on the website. and know his task error. but after that I can not find any working solutions. enter image description here

+5
source share
2 answers

Apparently the error is inside the js file.

0
source

npm rebuild node-sass

This one helped me.

0
source

Source: https://habr.com/ru/post/1244859/


All Articles