I was following the steps provided as on the web http://yeoman.io/. After doing with all the steps, i am facing this error message `$ grunt Loading "Gruntfile.js" tasks...ERROR
Error: Cannot find module 'connect-livereload' Warning: Task "default" not found. Use --force to continue`
In my package.json, i have all my dependency packages
"connect-livereload": "~0.2.0", "grunt-google-cdn": "~0.2.0", "grunt-ngmin": "~0.0.2", "grunt-contrib-livereload": "~0.1.2"
I've got the same issue. Fixed it this way:
npm install --save-dev connect-livereload
npm install
May be "npm install" is enough.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With