diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 7148006..0000000 Binary files a/.DS_Store and /dev/null differ 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 ]