We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using yarn berry v3.3.0 in my project and seems that the action uses syntax for yarn classic 1.x
berry
v3.3.0
yarn set version berry
Run plasmicapp/plasmic-action@master Detected existing app. Moving forward... Updating dependencies. $ yarn add -W @plasmicapp/loader-nextjs Unknown Syntax Error: Unsupported option name ("-W"). $ yarn add [--json] [-E,--exact] [-T,--tilde] [-C,--caret] [-D,--dev] [-P,--peer] [-O,--optional] [--prefer-dev] [-i,--interactive] [--cached] [--mode #0] ... Error: Command failed: yarn add -W @plasmicapp/loader-nextjs
Line in code:
plasmic-action/src/util.ts
Line 32 in b99098a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using yarn
berry
v3.3.0
in my project and seems that the action uses syntax for yarn classic 1.xLine in code:
plasmic-action/src/util.ts
Line 32 in b99098a
The text was updated successfully, but these errors were encountered: