Open smanilov opened 3 months ago
Update: also tried to reproduce this in a clean slate docker image of ubuntu and succeeded to reproduce.
Any thoughts?
I got almost the same error* both locally and on a fresh install of https://github.com/AztecProtocol/aztec-packages/tree/master/build-images#build-image
*
Error: @noir-lang/noir_codegen@portal:../noir/packages/noir_codegen::locator=%40aztec%2Faztec3-packages%40workspace%3A.: Manifest not found
Can you try running ./bootstrap.sh fast
in the root of the monorepo now? This should fetch the latest builds from the cache and the build yarn project.
Checking out a clean clone of the repo and running
yarn install
in theyarn-project
subdir fails with the following error:This is on commit 2a5ee4f4a5a31ba1582dceecee0a3d79a0ac31d2.
Also tested on
aztec-package-v0.45.1
and the error is the same.Also tested on commit 400c6de587567222885643f534e48a472edfe8b5, where the
README.md
has been added in that dir, andyarn install
succeeds!So we went on to "bisect" manually, and got the following results:
Commit 400c6de587567222885643f534e48a472edfe8b5 (mentioned before) is before v0.1.0, it seems.
So it seems that somewhere between
v0.15.0
andv0.16.0
yarn install
stopped working.The question is: are we doing something wrong, or is this reproducible for others too?