ember-demo-environment icon indicating copy to clipboard operation
ember-demo-environment copied to clipboard

Cannot find module 'grunt-contrib-livereload/lib/utils'

Open John-Appleseed opened this issue 10 years ago • 0 comments

Is there a replacement for 'grunt-contrib-livereload/lib/utils'?

grunt server

Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'grunt-contrib-livereload/lib/utils'
Warning: Task "server" not found. Use --force to continue.

Aborted due to warnings.
 ⧫ (1s jobs:0)-(~/Development/Lab/ember-demo-environment 13 i
$ npm install grunt-contrib-livereload/lib/utils
npm WARN package.json [email protected] No repository field.
npm ERR! addLocal Could not install grunt-contrib-livereload/lib/utils
npm ERR! Error: ENOENT, stat 'grunt-contrib-livereload/lib/utils'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Darwin 13.4.0
npm ERR! command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install" "grunt-contrib-livereload/lib/utils"
npm ERR! cwd /Development/Lab/ember-demo-environment
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path grunt-contrib-livereload/lib/utils
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Development/Lab/ember-demo-environment/npm-debug.log
npm ERR! not ok code 0

John-Appleseed avatar Nov 04 '14 02:11 John-Appleseed