'grunt' is not recognized as an internal or external command for some windows users

前端 未结 6 2087
囚心锁ツ
囚心锁ツ 2021-02-11 15:00

Grunt is not working for all Windows users. Some users are facing some issues, when I run npm install command; it prints a message as below.

E:\\Wor         


        
6条回答
  •  盖世英雄少女心
    2021-02-11 15:03

    Grunt is no longer installed globally. See the Getting Started page for more information.

    The command below should help you fix this;

    npm install -g grunt-cli
    

提交回复
热议问题