From 28da34d6cb7df108c730f11693222a080096c705 Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Sun, 11 Jun 2017 00:51:21 -0400 Subject: [PATCH] Remove unnecessary files - Removing yarn.lock from gitignore since it is required to ensure consistency when installing npm packages. --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 3 ++- bin/npm-debug.log | 33 --------------------------------- 3 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .DS_Store delete mode 100644 bin/npm-debug.log diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 7148006bf2498be2dc2885c1914a8d3c47d7a3ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}&EG47TZnCUM!3V_soz5KZL?dgFv>r2*R7X)w-tNuGr(pMRKE=xzuhWJ}5C z#CFnrQsbD2cy;KOL<=ICqY1Jo6C%@-rVDqz1hTBL?>9rgwvpTZI>@(IbWe}ezc!=q zujrZf)Na2C(xi+EQp^1oJ5d{K$^a#K}?vZOXnmvgQzwB5HWfhs%a9}(H Ml#u9xfnQ+Y0}6dC%>V!Z diff --git a/.gitignore b/.gitignore index 97008e5..bf09686 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -yarn.lock \ No newline at end of file +*.log +.DS_Store \ No newline at end of file diff --git a/bin/npm-debug.log b/bin/npm-debug.log deleted file mode 100644 index 17e3ffc..0000000 --- a/bin/npm-debug.log +++ /dev/null @@ -1,33 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ '/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/node', -1 verbose cli '/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/npm', -1 verbose cli 'publish' ] -2 info using npm@3.10.8 -3 info using node@v6.9.1 -4 verbose publish [ '.' ] -5 silly cache add args [ '.', null ] -6 verbose cache add spec . -7 silly cache add parsed spec Result { -7 silly cache add raw: '.', -7 silly cache add scope: null, -7 silly cache add escapedName: null, -7 silly cache add name: null, -7 silly cache add rawSpec: '.', -7 silly cache add spec: '/Users/naderdabit/opensource/create-xp-app/bin', -7 silly cache add type: 'local' } -8 error addLocal Could not install /Users/naderdabit/opensource/create-xp-app/bin -9 verbose stack Error: EISDIR: illegal operation on a directory, read -9 verbose stack at Error (native) -10 verbose cwd /Users/naderdabit/opensource/create-xp-app/bin -11 error Darwin 16.4.0 -12 error argv "/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/node" "/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/npm" "publish" -13 error node v6.9.1 -14 error npm v3.10.8 -15 error code EISDIR -16 error errno -21 -17 error syscall read -18 error eisdir EISDIR: illegal operation on a directory, read -19 error eisdir This is most likely not a problem with npm itself -19 error eisdir and is related to npm not being able to find a package.json in -19 error eisdir a package you are trying to install. -20 verbose exit [ -21, true ]