Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uppb npm run release #189
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
DavidVorick
Jan 20, 2016
Member
huh yeah, weird that it's looking for the 0.4.8 release. I think we are at an awkward in-between stage of development, but we'll try to get that fixed asap.
In the meantime, you should probably have 'siad' built on your own. https://github.com/NebulousLabs/Sia/blob/master/doc/Developers.md
|
huh yeah, weird that it's looking for the 0.4.8 release. I think we are at an awkward in-between stage of development, but we'll try to get that fixed asap. In the meantime, you should probably have 'siad' built on your own. https://github.com/NebulousLabs/Sia/blob/master/doc/Developers.md |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
xavierle
Jan 21, 2016
i made again a try based on git clone and not zip download
run start seems to get nicely
xavierle
commented
Jan 21, 2016
|
i made again a try based on git clone and not zip download run start seems to get nicely |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
It's working now because Luke synchronized the repositories :) |
xavierle commentedJan 20, 2016
i am just trying the readme files commands to get an understanding of the structure of Sia project
https://github.com/NebulousLabs/Sia-UI/tree/v0.4.8-beta
actually the command npm run release fails
Linux 3.16.0-4-amd64
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "release"
npm ERR! node v5.4.1
npm ERR! npm v3.3.12
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! Sia-UI-beta@0.4.6-beta release:
./release.shnpm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the Sia-UI-beta@0.4.6-beta release script './release.sh'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the Sia-UI-beta package,
npm ERR! not with npm itself.
what is surprising me is that i downloaded 0.4.8 tags
and that the code is looking for 0.4.6 release
if someone have an idea ?