You are viewing a single comment's thread from:
RE: How to build the linux Desktop wallet for the Steem blockchain Vessel from source code
I sent you my ten cent vote. @originalworks. Under Mint I found the package snapcraft
is called snapd
. I think vessel should include n
and yarn
as dependencies if they are necessary for building.
The only dependency lists for NPM are "dependencies" and "devdependencies". The "dependencies" are supposed to be for "using" and the "devdependencies" for "testing" and development.
I posted this about how to run without installing. It is much better to be able to have an install solution like described in this post. I am still waiting for these command lines I issued from this tutorial to complete. I am looking forward to trying it out!
Hello @leprechaun, I will try to do a fresh install with
sudo apt-get install snapd
instead of snapcraft and see if it makes the instruction for building the package more generic across distributions. 👍I've chosen
n
to allow users to update their nodejs since the one that comes with ubuntu is to old for this build. Others may assume that the user will have the latests nodejs and not think to include a package updater. From looking at the code, it did look to me thatyarn
was involved and it is part of the 'devEngines' section of the package.json file.I'm glad to see you've found another way to get it running, that's great.