We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to be able to install nightly builds built from commits post noir-lang/noir#974
These builds should be downloaded and installed successfully.
Installing any release after 0.2.0 results in the error below
$ noirup -v nightly noirup: installing nargo (version nightly with tag nightly) noirup: downloading latest nargo to '/home/tom/.nargo/bin' ##################################################################################################################################################################################################################### 100.0% noirup: installing noir-lang/std lib to '/home/tom/.config' mv: cannot stat '/home/tom/.nargo/bin/noir-lang': No such file or directory noirup: command failed: mv /home/tom/.nargo/bin/noir-lang /home/tom/.config
This is due to the std lib not being included in the release package.
Run noirup -v nightly
noirup -v nightly
(If applicable.)
The text was updated successfully, but these errors were encountered:
install-windows
Successfully merging a pull request may close this issue.
Description
Aim
I want to be able to install nightly builds built from commits post noir-lang/noir#974
Expected behavior
These builds should be downloaded and installed successfully.
Bug
Installing any release after 0.2.0 results in the error below
This is due to the std lib not being included in the release package.
To reproduce
Run
noirup -v nightly
Environment
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: