Giter Club home page Giter Club logo

Comments (5)

GarrettBlackmon avatar GarrettBlackmon commented on June 11, 2024 2

I encountered the same error in the first part of @pinheadmz's post when attempting to run npm i after pulling 362e3f5.

checking out 120bd8f then running npm i completed the install process and I was able to run the dev server on Manjaro Linux.

it looks like the first issue is caused by the addition of bcrypto@ in package-lock.json on 362e3f5

"bcrypto": "bcrypto@git+https://github.com/bcoin-org/bcrypto.git#5c3e2b8b3f79d13e1b5c26be197708d0b9e5bcf9",

for readers experiencing the first issue

npm ERR! Could not install from "node_modules\hsd\bcrypto@git+https:\github.com\bcoin-org\bcrypto.git#5c3e2b8b3f79d13e1b5c26be197708d0b9e5bcf9" as it does not contain a package.json file.

run

$ rm package-lock.json
$ rm -rf node_modules
$ npm i

and it should build for you.

from bob-wallet.

rithvikvibhu avatar rithvikvibhu commented on June 11, 2024 1

This is a pretty old issue (almost 2 years) and binaries for Windows are now built with GitHub Actions, so closing this for now.

from bob-wallet.

pinheadmz avatar pinheadmz commented on June 11, 2024

Also getting this error trying to install on Ubuntu LTS also:

npm ERR! Could not install from "node_modules\hsd\bcrypto@git+https:\github.com\bcoin-org\bcrypto.git#5c3e2b8b3f79d13e1b5c26be197708d0b9e5bcf9" as it does not contain a package.json file.

from bob-wallet.

mslipper avatar mslipper commented on June 11, 2024

This is the Windows issue preventing the app from using native bindings on Windows. I'm not sure how best to fix this - maybe JJ would?

from bob-wallet.

brandondees avatar brandondees commented on June 11, 2024

I also get this issue on linux. Removing the package-lock.json shouldn't ever be necessary, but given the stage of development I'll consider trying that.

from bob-wallet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.