Skip to content

Instantly share code, notes, and snippets.

@marcelklehr
Created March 19, 2016 13:46
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 marcelklehr/09fc92598f4f83908e5c to your computer and use it in GitHub Desktop.
Save marcelklehr/09fc92598f4f83908e5c to your computer and use it in GitHub Desktop.
npm install
npm install is-color # Only installs is-color
npm install cldr-data # second level dep (of rxaviers-foo-bar)
npm install is-color # Installs is-color + re-installs cldr-data
{
"name": "test",
"version": "1.0.0",
"dependencies": {
"rxaviers-foo-bar": "*"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment