Skip to content
New issue

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

Action doesn't work with Yarn 3 #2

Open
kachar opened this issue Dec 8, 2022 · 0 comments
Open

Action doesn't work with Yarn 3 #2

kachar opened this issue Dec 8, 2022 · 0 comments

Comments

@kachar
Copy link

kachar commented Dec 8, 2022

I'm using yarn berry v3.3.0 in my project and seems that the action uses syntax for yarn classic 1.x

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:

add: "yarn add -W",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant