Skip to content

Commit

Permalink
Bumped the version of bitcore-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed May 17, 2017
1 parent e99e163 commit ad4e25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -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 <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -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"
Expand Down

3 comments on commit ad4e25e

@churchofthought
Copy link

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:


Error: More than one instance of bitcore-lib found. Please make sure to require bitcore-lib and check that submodules do not also include their own bitcore-lib dependency.
    at Object.bitcore.versionGuard (/home/andy/.nvm/versions/node/v8.0.0/lib/node_modules/bitcore/node_modules/insight-api/node_modules/bitcore-lib/index.js:12:11)

Going to have to install older versions because of this commit. Wasted hours of my time debugging this issue

@churchofthought
Copy link

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 bitcore@4.1.0 -g" instead. You shouldn't have the version issues anymore.

@pira
Copy link

@pira pira commented on ad4e25e Nov 8, 2017

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.

Please sign in to comment.