Grunt stopped working all of a sudden

Dave Rottino

Tried running Grunt build and Grunt watch on my project yesterday and I ran into the follow error:

Fatal Error: Unable to find local grunt.

I made sure the files weren't deleted. I tried reinstalling Node and Grunt. Files are there and reinstalling didn't work. I've included the debug file for reference. Does anyone know what the issue could be?

0 info it worked if it ends with ok
1 verbose cli [ 'E:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli   'E:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink E:\Program Files\nodejs\\node.exe
5 error install Couldn't read dependencies
6 error package.json ENOENT, open 'D:\sites\alleywire\package.json'
6 error package.json This is most likely not a problem with npm itself.
6 error package.json npm can't find a package.json file in your current directory.
7 error System Windows_NT 6.1.7601
8 error command "E:\\Program Files\\nodejs\\\\node.exe" "E:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
9 error cwd D:\sites\alleywire
10 error node -v v0.10.25
11 error npm -v 1.3.24
12 error path D:\sites\alleywire\package.json
13 error code ENOPACKAGEJSON
14 error errno 34
15 verbose exit [ 34, true ]
Simon Boudrias

You need to install grunt locally with your project (install without -g). This is not the same as grunt-cli which is the grunt command on your command line.

Run npm install inside your project folder if you have a package.json file there.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Sound stopped working all of a sudden

From Dev

USB ports not working all of a sudden

From Dev

Node.js server not working all of a sudden

From Dev

All Javascript suddenly stopped working

From Dev

Why is my JQuery push menu not working all of the sudden?

From Dev

VerificationController abruptly stopped working for all apps

From Dev

All keyboards stopped working after login screen

From Dev

All keyboards stopped working after login screen

From Dev

Application all of a sudden crashing

From Dev

SELECT.. WHERE NOT IN.. all of a sudden isn't working in SQL SERVER 2012

From Dev

Code was working fine but all of a sudden "The import org.openqa.selenium.WebDriver cannot be resolved"

From Dev

All my AWS datapipelines have stopped working with Validation error

From Dev

My Google Chrome extensions have all stopped working

From Dev

All my AWS datapipelines have stopped working with Validation error

From Dev

Ubuntu 16.04 LTS wifi suddenly stopped working at all Alienware 13

From Dev

Undefied index displying all of a sudden

From Dev

Scrolling is disabled all of a sudden in terminal

From Dev

apt is slow all of a sudden on debian

From Dev

App is all of the sudden throwing an NSInvalidArgumentException

From Dev

Python - fabric module missing all of a sudden

From Dev

Pycharm shows "Unresolved reference" all of a sudden

From Dev

rake assets:precompile fails all of a sudden

From Dev

Google maps not showing all of a sudden in Android

From Dev

Getting lots of CloudKit errors (500) all of a sudden

From Dev

Why is Composer Install Failing All of the Sudden?

From Dev

Entire display not fully visible on monitor all of a sudden?

From Dev

Drive C filled up all of a sudden

From Dev

No sound output device detected all of a sudden

From Dev

Possible for a modem to all of the sudden have degraded speed?

Related Related

  1. 1

    Sound stopped working all of a sudden

  2. 2

    USB ports not working all of a sudden

  3. 3

    Node.js server not working all of a sudden

  4. 4

    All Javascript suddenly stopped working

  5. 5

    Why is my JQuery push menu not working all of the sudden?

  6. 6

    VerificationController abruptly stopped working for all apps

  7. 7

    All keyboards stopped working after login screen

  8. 8

    All keyboards stopped working after login screen

  9. 9

    Application all of a sudden crashing

  10. 10

    SELECT.. WHERE NOT IN.. all of a sudden isn't working in SQL SERVER 2012

  11. 11

    Code was working fine but all of a sudden "The import org.openqa.selenium.WebDriver cannot be resolved"

  12. 12

    All my AWS datapipelines have stopped working with Validation error

  13. 13

    My Google Chrome extensions have all stopped working

  14. 14

    All my AWS datapipelines have stopped working with Validation error

  15. 15

    Ubuntu 16.04 LTS wifi suddenly stopped working at all Alienware 13

  16. 16

    Undefied index displying all of a sudden

  17. 17

    Scrolling is disabled all of a sudden in terminal

  18. 18

    apt is slow all of a sudden on debian

  19. 19

    App is all of the sudden throwing an NSInvalidArgumentException

  20. 20

    Python - fabric module missing all of a sudden

  21. 21

    Pycharm shows "Unresolved reference" all of a sudden

  22. 22

    rake assets:precompile fails all of a sudden

  23. 23

    Google maps not showing all of a sudden in Android

  24. 24

    Getting lots of CloudKit errors (500) all of a sudden

  25. 25

    Why is Composer Install Failing All of the Sudden?

  26. 26

    Entire display not fully visible on monitor all of a sudden?

  27. 27

    Drive C filled up all of a sudden

  28. 28

    No sound output device detected all of a sudden

  29. 29

    Possible for a modem to all of the sudden have degraded speed?

HotTag

Archive