fix package.json
This commit is contained in:
parent
130e071a06
commit
4179347f26
22
npm-debug.log
Normal file
22
npm-debug.log
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
0 info it worked if it ends with ok
|
||||||
|
1 verbose cli [ '/Users/philkunz/.nvm/versions/node/v4.2.4/bin/node',
|
||||||
|
1 verbose cli '/Users/philkunz/.nvm/versions/node/v4.2.4/bin/npm',
|
||||||
|
1 verbose cli 'version',
|
||||||
|
1 verbose cli 'patch' ]
|
||||||
|
2 info using npm@3.8.5
|
||||||
|
3 info using node@v4.2.4
|
||||||
|
4 error version No valid package.json found
|
||||||
|
5 verbose stack SyntaxError: Unexpected token }
|
||||||
|
5 verbose stack at Object.parse (native)
|
||||||
|
5 verbose stack at /Users/philkunz/.nvm/versions/node/v4.2.4/lib/node_modules/npm/lib/version.js:113:19
|
||||||
|
5 verbose stack at /Users/philkunz/.nvm/versions/node/v4.2.4/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
|
||||||
|
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
|
||||||
|
6 verbose cwd /Users/philkunz/github/pushrocks/taskbuffer
|
||||||
|
7 error Darwin 15.4.0
|
||||||
|
8 error argv "/Users/philkunz/.nvm/versions/node/v4.2.4/bin/node" "/Users/philkunz/.nvm/versions/node/v4.2.4/bin/npm" "version" "patch"
|
||||||
|
9 error node v4.2.4
|
||||||
|
10 error npm v3.8.5
|
||||||
|
11 error Unexpected token }
|
||||||
|
12 error If you need help, you may report this error at:
|
||||||
|
12 error <https://github.com/npm/npm/issues>
|
||||||
|
13 verbose exit [ 1, true ]
|
@ -30,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"should": "^8.3.1",
|
"should": "^8.3.1",
|
||||||
"npmts": "^5.1.5",
|
"npmts": "^5.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user