search

Home  >  Q&A  >  body text

Front end - installed grunt globally, still prompts, grunt is not an internal or external command

After installing grunt with the command npm install -g grunt-cli npm install -g grunt
Run the command grunt -v or grunt and it keeps prompting that 'grunt' is not an internal or external command, nor is it an operable program...


This is my environment variable configuration

大家讲道理大家讲道理2778 days ago667

reply all(3)I'll reply

  • 習慣沉默

    習慣沉默2017-05-15 16:57:43

    Cannot be installed globally grunt 值要安装 grunt-cli就可以了,然后在 %AppData%Roamingnpm 会生成一个 grunt.cmdIt means the installation is successful.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-15 16:57:43

    Guess: pathThe semicolon in the path won’t be a Chinese semicolon, right?

    reply
    0
  • PHP中文网

    PHP中文网2017-05-15 16:57:43

    Open

    C:\Users(用户)\你的用户名\.npmrc 

    Change this file
    to

    prefix=C:\Program Files\nodejs\node_modules
    cache=C:\Program Files\nodejs\node_cache
    registry = http://registry.cnpmjs.org

    The first two are the two folders under the node installation path

    reply
    0
  • Cancelreply