Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run Gruntfile.js #124

Open
zeinabnasser01 opened this issue Oct 13, 2018 · 3 comments
Open

can't run Gruntfile.js #124

zeinabnasser01 opened this issue Oct 13, 2018 · 3 comments

Comments

@zeinabnasser01
Copy link

Loading "Gruntfile.js" tasks...ERROR

ReferenceError: grunt is not defined

@shama
Copy link
Member

shama commented Oct 14, 2018

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

@zeinabnasser01
Copy link
Author

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.

@shama
Copy link
Member

shama commented Oct 15, 2018

What does your Gruntfile.js look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants