-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
kind: bugSomething isn't workingSomething isn't working
Description
What version of Turborepo are you using?
1.7.3
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Describe the Bug
Our CD started failing after the introduction of turbo@1.7.3, which we're using to prune the monorepo to reduce size. It looks like it's got to do with a specific dependency, namely @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers@0.3.0-beta.13
, though typescript@4.8.2
appears in the log as well.
Tested on 1.7.0-1.7.2, works perfectly there.
Expected Behavior
To Reproduce
pnpm i -g turbo@1.7.3
git clone https://github.com/sushiswap/sushiswap.git
cd sushiswap
turbo prune --scope=earn
Reproduction Repo
OlaStenberg and c-kirkeby
Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't workingSomething isn't working