webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

Error installing #1

Closed axelhzf closed 12 years ago

axelhzf commented 12 years ago

Hi

I'm having problems installing

npm ERR! System Darwin 11.4.0
npm ERR! command "node" "/opt/local/bin/npm" "install" "grunt-reload"
npm ERR! cwd /Users/axelhzf/dev/js/grunt-test
npm ERR! node -v v0.6.8
npm ERR! npm -v 1.1.0-2
npm ERR! message No compatible version found: websocket@'>=1.0.6- <1.1.0-'
npm ERR! message Valid install targets:
npm ERR! message ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.0.11","0.0.12","0.0.13","0.0.14","0.0.15","0.0.16","0.0.17","0.0.18","0.0.19","0.0.20","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]
webxl commented 12 years ago

I'm not sure why that is occurring on your system.

As you can see here, 1.0.6 is the latest version: http://search.npmjs.org/#/websocket

Your npm must be looking at a cached repo.

axelhzf commented 12 years ago

It's solved now. It was my problem, I haven't the lastest node version.