Reputation: 4439
I have grunt configured and when I run 'grunt serve' I get this error:
Error: Cannot find module 'graceful-fs'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
how can I fix this error and run my app?
Upvotes: 2
Views: 5551
Reputation: 1123
The solution for on windows 10 was
Upvotes: 0