Open Olaleye-Blessing opened 4 months ago
Could you try deleting the current download of Blueprint and re-downloading and following the setup instructions here https://github.com/palantir/blueprint?tab=readme-ov-file#one-time-setup
Also note the prerequisites specified for yarn/node versions: https://github.com/palantir/blueprint?tab=readme-ov-file#development - it looks like your yarn version may need to be updated (your node version looks good, higher than v20.11
from .nvmrc
).
I have seen developers successfully set up Blueprint recently on Sonoma 14.x so I would expect this to work!
I got the same error and @evansjohnson is correct -- the error was from using Yarn 1.x.x. I upgraded my yarn version using yarn set version stable
, which fixed the yarn install
command.
Environment
develop
branchI can't get to set up the development environment on my machine. I got this when I ran
yarn
. I also noticed I'm unable to choose the version for each package.