-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/Users/Bariotis/.nvm/versions/node/v0.12.0/bin/node', | ||
1 verbose cli '/Users/Bariotis/.nvm/versions/node/v0.12.0/bin/npm', | ||
1 verbose cli 'publish' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose publish [ '.' ] | ||
5 verbose stack Error: Invalid version: "1.0" | ||
5 verbose stack at Object.module.exports.fixVersionField (/Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js:190:13) | ||
5 verbose stack at /Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js:30:38 | ||
5 verbose stack at Array.forEach (native) | ||
5 verbose stack at normalize (/Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js:29:15) | ||
5 verbose stack at final (/Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:342:33) | ||
5 verbose stack at then (/Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:126:33) | ||
5 verbose stack at /Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:331:40 | ||
5 verbose stack at evalmachine.<anonymous>:336:14 | ||
5 verbose stack at /Users/Bariotis/.nvm/versions/node/v0.12.0/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:102:5 | ||
5 verbose stack at FSReqWrap.oncomplete (evalmachine.<anonymous>:99:15) | ||
6 verbose cwd /Users/Bariotis/www/throw.js | ||
7 error Darwin 14.3.0 | ||
8 error argv "/Users/Bariotis/.nvm/versions/node/v0.12.0/bin/node" "/Users/Bariotis/.nvm/versions/node/v0.12.0/bin/npm" "publish" | ||
9 error node v0.12.0 | ||
10 error npm v2.5.1 | ||
11 error Invalid version: "1.0" | ||
12 error If you need help, you may report this error at: | ||
12 error <http://github.com/npm/npm/issues> | ||
13 verbose exit [ 1, true ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters