Yarn 3 dev commands fails with missing deps #35140
Labels
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
When starting a Gatsby project with Yarn 3, the install works correctly, but when trying to run
gatsby develop
you get the following error:This leads to this section of the Yarn docs. Which recommends:
But this line seems to be already using
paths
inresolve
correctly.if you manually
yarn add gatsby-parcel-config --dev
the error goes away but then it just throws the same for the next gatsby dep (dontev
), which doesn’t seem right.Reproduction Link
https://github.com/graysonhicks/gatsby-yarn3-deps-bug
Steps to Reproduce
gatsby-yarn3-deps-bug
nvm use
yarn
yarn start
Expected Result
Local up and running.
Actual Result
Environment
Config Flags
N/A
The text was updated successfully, but these errors were encountered: