Build errors after fresh Radicle on Lando installation

Hello.

I have a problem after installing a fresh Radicle on Lando (Mac OS)
Before starting Lando I ran ‘yarn && yarn build’. All good and completed with no errors.
After ‘lando start’ running ‘yarn build’ results in error below. It suggested to run ’ yarn install’ but as seen below it also failed.

Anything else I should try?

$ yarn build
Internal Error: radicle@workspace:.: This package doesn’t seem to be present in your lockfile; run “yarn install” to update the lockfile
at cQ.getCandidates (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:203:8139)
at bd.getCandidates (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:139:1311)
at /Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:208:8304
at Zy (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:138:53918)
at Qe (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:208:8284)
at async Promise.allSettled (index 0)
at async jc (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:138:53246)
at async /Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:208:9031
at async Qi.startProgressPromise (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:138:146938)
at async Pt.resolveEverything (/Users/AY/.volta/tools/image/yarn/4.0.0-rc.48/bin/yarn.js:208:7034)

$ yarn install
➤ YN0000: · Yarn 4.0.0-rc.48
➤ YN0000: ┌ Resolution step
➤ YN0082: │ postcss@npm:^8.4.24: No candidates found
➤ YN0000: └ Completed in 1s 218ms
➤ YN0000: · Failed with errors in 1s 223ms

Thanks

Howdy! This is very odd :thinking: postcss 8.4.24 definitely exists

Can you try yarn install --check-cache?

Thank you for your reply.

Just tried it but it keeps failing with errors.

$ yarn install --check-cache
➤ YN0088: A new stable version of Yarn is available: 3.6.2!
➤ YN0088: Upgrade now by running yarn set version 3.6.2

➤ YN0000: · Yarn 4.0.0-rc.48
➤ YN0000: ┌ Resolution step
➤ YN0082: │ postcss@npm:^8.4.24: No candidates found
➤ YN0000: └ Completed in 1s 316ms
➤ YN0000: · Failed with errors in 1s 318ms

Can you try upgrading Yarn or using Yarn Classic?

This seems to fix the problem.

Thank you

1 Like