Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Last active November 29, 2016 18:37
Show Gist options
  • Save singingwolfboy/3866566973893053e804d796ebbf5f98 to your computer and use it in GitHub Desktop.
Save singingwolfboy/3866566973893053e804d796ebbf5f98 to your computer and use it in GitHub Desktop.
➜ micromasters git:(master) git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
➜ micromasters git:(master) git pull
Already up-to-date.
➜ micromasters git:(master) node --version
v6.2.2
➜ micromasters git:(master) npm --version
3.9.5
➜ micromasters git:(master) sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.1
BuildVersion: 16B2657
➜ micromasters git:(master) npm install --save [email protected]
npm WARN saveError Problems were encountered
npm WARN saveError Please correct and try again.
npm WARN saveError extraneous: [email protected] /Users/singingwolfboy/clones/micromasters/node_modules/lsmod
npm WARN saveError extraneous: [email protected] /Users/singingwolfboy/clones/micromasters/node_modules/stack-trace
➜ micromasters git:(master) ✗ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: package.json
no changes added to commit (use "git add" and/or "git commit -a")
➜ micromasters git:(master) ✗ npm prune
unbuild [email protected]
unbuild [email protected]
➜ micromasters git:(master) ✗ npm install --save [email protected]
➜ micromasters git:(master) ✗ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: npm-shrinkwrap.json
modified: package.json
no changes added to commit (use "git add" and/or "git commit -a")
➜ micromasters git:(master) ✗ git diff
➜ micromasters git:(master) ✗ git diff --stat
npm-shrinkwrap.json | 634 ++++++++++++++++++++++++++--------------------------
package.json | 2 +-
2 files changed, 318 insertions(+), 318 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment