Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxcnunes/9618061 to your computer and use it in GitHub Desktop.
Save maxcnunes/9618061 to your computer and use it in GitHub Desktop.
vagrant@srv:/srv/my-project$ npm install
npm http GET https://registry.npmjs.org/factory-mysql-fixtures
npm http 304 https://registry.npmjs.org/factory-mysql-fixtures
npm ERR! notarget No compatible version found: factory-mysql-fixtures@'maxcnunes/factory-mysql-fixtures'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.2"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! System Linux 3.2.0-23-generic
npm ERR! command "/opt/node/bin/node" "/opt/node/bin/npm" "install"
npm ERR! cwd /srv/my-project
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! code ETARGET
npm ERR! Additional logging details can be found in:
npm ERR! /srv/my-project/npm-debug.log
npm ERR! not ok code 0
{
//...
"devDependencies": {
"factory-mysql-fixtures": "maxcnunes/factory-mysql-fixtures"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment