I'm trying to build a test project. Established node , cloned bootstrap with GitHub . I am trying to build a project with the help of Grunt (I also installed it). And it does not work with the Grunt command - gives Warning :

Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

When setting the --force flag:

Warning: Task "default" not found. Used --force, continuing.

Done, but with warnings.

But the dist folder still does not appear in the directory.

How to make, make Grunt work without errors and warning ?

  • 3
    Obviously, you have not created a default task. Show the contents of the gruntfile.js file. - user3070492

0