What is causing this error - “Fatal error: Unable to find local grunt”

前端 未结 13 662
夕颜
夕颜 2020-11-27 09:21

I removed the old version of grunt first, then I installed the new grunt version, and then I got this error:

D:\\www\\grunt-test\\grunt grunt-cli: The

13条回答
  •  情歌与酒
    2020-11-27 09:51

    Do

    npm install
    

    to install Grunt locally in ./node_modules (and everything else specified in the package.json file)

提交回复
热议问题