-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
can't use "npx remotion upgrade" command in monorepo #4701
Comments
BTW, I also tried to update my
|
I updated all of my packages with
|
Opps, it seems I can't run my
I guess I should downgrade for now until a response from you @JonnyBurger . It seems version 4.0.196 is working without any issues. |
Implementing this and fixing in #4708 But |
Hi @JonnyBurger
I have an monorepo for my videos based on pnpm package manager, usually when I'm installing any package I'm using
-w
parameter to allow pnpm to install packages.Today I wanted to use
npx remotion upgrade
command to update my Remotion packages and I realized that it's returning this error and not updating anything but it said⏫ Remotion has been upgraded!
🤔This is my terminal output:
Look at this section of error:
I also tried something like this
npx remotion upgrade -- -w
but it didn't pass the-w
to PNPM command. How can I use thisremotion upgrade
command in a monorepo with-w
parameter?The text was updated successfully, but these errors were encountered: