Giter Site home page Giter Site logo

Comments (9)

taco-paco avatar taco-paco commented on July 22, 2024

@FabijanC Was able to reproduce the error. Recompiled and published new binaries for linux-x64. Pull from the master branch run

yarn
yarn build
yarn start

Let me know if issue still there.

from alpaca.

FabijanC avatar FabijanC commented on July 22, 2024

I pulled and ran all the yarn steps, still getting the same error as originally reported.

from alpaca.

taco-paco avatar taco-paco commented on July 22, 2024

Did it fetch newer version of alpaca-addon? Can be checked in package.json within node_modules/@taco-paco/alpaca-addon-linux-x64/

from alpaca.

FabijanC avatar FabijanC commented on July 22, 2024

From my package.json:

  "optionalDependencies": {
    "@taco-paco/alpaca-addon-mac-arm64": "^0.0.1",
    "@taco-paco/alpaca-addon-mac-x64": "^0.0.1",
    "@taco-paco/alpaca-addon-win-x64": "^0.0.1",
    "@taco-paco/alpaca-addon-linux-x64": "^0.0.2",
    "@taco-paco/alpaca-addon-linux-arm64": "^0.0.1"
  }

from alpaca.

taco-paco avatar taco-paco commented on July 22, 2024

That is correct but i meant node_modules/@taco-paco/alpaca-addon-linux-x64/package.json

from alpaca.

FabijanC avatar FabijanC commented on July 22, 2024

From my node_modules/@taco-paco/alpaca-addon-linux-x64/package.json:

{
    "name": "@taco-paco/alpaca-addon-linux-x64",
    "description": "Rust addon that wraps around starknet-devnet-rs.",
    "author": {
        "name": "Edwin Paco",
        "email": "[email protected]"
    },
    "main": "index.js",
    "version": "0.0.2",
    "os": [
        "linux"
    ],
    "cpu": [
        "x64"
    ],
    "repository": {
        "type": "git",
        "url": "[email protected]:taco-paco/alpaca-addon.git"
    }
}

Also maybe worth mentioning, there is a file node_modules/@taco-paco/alpaca-addon-linux-x64/taco-paco-alpaca-addon-linux-x64-0.0.1.tgz, but no -0.0.2.tgz

from alpaca.

taco-paco avatar taco-paco commented on July 22, 2024

Could you try one more thing:
remove dist folder and rerun build again. Maybe existing dist/alpaca.node file isn't replaced

from alpaca.

FabijanC avatar FabijanC commented on July 22, 2024

Tried removing both node_modules and dist, didn't help.

from alpaca.

taco-paco avatar taco-paco commented on July 22, 2024

I see. I'm almost done with adding backtraces into the binaries, before that it will be hard to understand where exactly is an issue. Thanks for trying. Will give an update once those binaries are available

from alpaca.

Related Issues (2)

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.