-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied on add-on launch #3
Comments
@FabijanC Was able to reproduce the error. Recompiled and published new binaries for linux-x64. Pull from the master branch run
Let me know if issue still there. |
I pulled and ran all the |
Did it fetch newer version of alpaca-addon? Can be checked in package.json within |
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"
} |
That is correct but i meant |
From my {
"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 |
Could you try one more thing: |
Tried removing both |
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 |
Do you want me to post this in a new issue? Should I have devnet globally installed?
Originally posted by @FabijanC in #2 (comment)
The text was updated successfully, but these errors were encountered: