-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Chris Kleeschulte
committed
May 17, 2017
1 parent
e99e163
commit ad4e25e
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bitcore", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A platform to build bitcoin and blockchain-based applications.", | ||
"author": "BitPay <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -82,7 +82,7 @@ | |
"request": "browser-request" | ||
}, | ||
"dependencies": { | ||
"bitcore-lib": "^0.13.14", | ||
"bitcore-lib": "^0.14", | ||
"bitcore-node": "~3.1.0", | ||
"insight-api": "^0.4.0", | ||
"insight-ui": "^0.4.0" | ||
|
ad4e25e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've messed up any ability to follow the installation directions. Trying to run "bitcored" after "npm install bitcore -g" gives this error:
Going to have to install older versions because of this commit. Wasted hours of my time debugging this issue
ad4e25e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For anyone having the same issue, just install bitcore with: "npm install [email protected] -g" instead. You shouldn't have the version issues anymore.
ad4e25e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not fixed. bitcored fails with this commit.