You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn import doesn't run if you don't have a yarn.lock file.
yarn import
Internal Error: @nx-next/source@workspace:.: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile
at Zb.getCandidates (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:205:8149)
at vd.getCandidates (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:141:1311)
at /Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:210:8334
at Wy (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:140:53918)
at be (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:210:8314)
at async Promise.allSettled (index 0)
at async Uc (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:140:53246)
at async /Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:210:9065
at async Qi.startProgressPromise (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:140:137286)
at async St.resolveEverything (/Users/ela/.volta/tools/image/yarn/4.0.0/bin/yarn.js:210:7063)
To reproduce
Repro: run npx create-nx-workspace@latest --preset=next and create a new project.
Self-service
Describe the bug
yarn import doesn't run if you don't have a yarn.lock file.
To reproduce
Repro: run
npx create-nx-workspace@latest --preset=next
and create a new project.cd and attempt to adopt the project into yarn 4.x
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: