grunt-cli icon indicating copy to clipboard operation
grunt-cli copied to clipboard

can't run Gruntfile.js

Open zeinabnasser01 opened this issue 7 years ago • 3 comments
trafficstars

Loading "Gruntfile.js" tasks...ERROR

ReferenceError: grunt is not defined

zeinabnasser01 avatar Oct 13 '18 19:10 zeinabnasser01

Could you supply more information? What does your Gruntfile.js look like? What does your package.json look like? Try running grunt --stack to get more information on where the error originates.

Also double check the steps in the getting started guide: https://gruntjs.com/getting-started

shama avatar Oct 14 '18 16:10 shama

I did every step commend from grunt doc my Terminal showed this.. $ grunt --stack Loading "Gruntfile.js" tasks...ERROR

ReferenceError: grunt is not defined Warning: Task "default" not found. Use --force to continue. Error: Task "default" not found. at Task.run (\node_modules\grunt\lib\util\task.js:172:28) at \node_modules\grunt\lib\grunt.js:152:39 at Array.forEach (:null:null) at Object.grunt.tasks (\node_modules\grunt\lib\grunt.js:152:9) at Liftoff. (\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt:66:13) at Liftoff.execute (\AppData\Roaming\npm\node_modules\grunt-cli\node_modules\liftoff\index.js:203:12) at module.exports (\AppData\Roaming\npm\node_modules\grunt-cli\node_modules\flagged-respawn\index.js:51:3) at Liftoff. (\AppData\Roaming\npm\node_modules\grunt-cli\node_modules\liftoff\index.js:195:5) at Liftoff. (\AppData\Roaming\npm\node_modules\grunt-cli\node_modules\liftoff\index.js:170:7) at _combinedTickCallback (internal/process/next_tick.js:132:7) at process._tickCallback (internal/process/next_tick.js:181:9)

Aborted due to warnings.

zeinabnasser01 avatar Oct 15 '18 14:10 zeinabnasser01

What does your Gruntfile.js look like?

shama avatar Oct 15 '18 17:10 shama