Can't install gulp (no pretty-hrtime)
See original GitHub issueHi guys, I am trying to install gulp for the first time and am getting this error:
$ npm install -g gulp
npm http GET https://registry.npmjs.org/gulp
npm http 200 https://registry.npmjs.org/gulp
npm http GET https://registry.npmjs.org/gulp/-/gulp-3.5.5.tgz
npm http 200 https://registry.npmjs.org/gulp/-/gulp-3.5.5.tgz
npm http GET https://registry.npmjs.org/gulp-util
npm http GET https://registry.npmjs.org/orchestrator
npm http GET https://registry.npmjs.org/pretty-hrtime
npm http GET https://registry.npmjs.org/vinyl-fs
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/archy
npm http GET https://registry.npmjs.org/deprecated
npm http GET https://registry.npmjs.org/liftoff
npm http GET https://registry.npmjs.org/chalk
npm http 200 https://registry.npmjs.org/pretty-hrtime
npm ERR! Error: No compatible version found: pretty-hrtime@'^0.2.0'
npm ERR! Valid install targets:
npm ERR! ["0.2.0"]
npm ERR! at installTargetsError (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/lib/cache.js:719:10)
npm ERR! at /usr/local/Cellar/node/0.10.12/lib/node_modules/npm/lib/cache.js:641:10
npm ERR! at saved (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
Anyone run into this before?
Issue Analytics
- State:
- Created 10 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Can't install Gulp - Laracasts
On Yosemite I have nodejs version 0.10.31 and npm version 1.4.23 When I run : sudo ... interpret@0.3.5 ├── pretty-hrtime@0.2.1 ├── deprecated@0.0.1 ...
Read more >Can't get Gulp to run: cannot find module 'gulp-util'
sudo npm install -g pretty-hrtime sudo npm install -g chalk sudo npm install -g semver --force. (without --force, on my system I got...
Read more >Quick fix for "gulp: command not found" error
How to fix this error by making sure your Gulp is installed locally and some other fixes.
Read more >pretty-hrtime - npm
Start using pretty-hrtime in your project by running `npm i ... There are 487 other projects in the npm registry using pretty-hrtime.
Read more >gulp-cli | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
upgrade npm
Thanks. Updating npm woked for me