Skip to content

Instantly share code, notes, and snippets.

@christophermlne
Last active September 9, 2015 21:12
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 christophermlne/2dd7f2360cca59f64871 to your computer and use it in GitHub Desktop.
Save christophermlne/2dd7f2360cca59f64871 to your computer and use it in GitHub Desktop.
The exact same command entered twice for npm—with two different results!

$ ember install emberx-select
version: 0.2.7 1.13.8

Installed packages for tooling via npm.
Install failed. Could not find addon with name: emberx-select

$ ember install emberx-select
version: 0.2.7

Installed packages for tooling via npm.
installing
Installed addon package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment