question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install gulp (no pretty-hrtime)

See original GitHub issue

Hi 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:closed
  • Created 10 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sindresorhuscommented, Mar 5, 2014

upgrade npm

0reactions
diyen1commented, Jun 29, 2017

Thanks. Updating npm woked for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found