-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
migration from 15.9.7 to 16.9.1 error Failed to run update-16-0-0-migrate-7 from @nrwl/storybook. #19361
Comments
error when I tried migrate from 15.9.7 to 16.0.0 Failed to run update-16-0-0-migrate-7 from @nrwl/storybook. This workspace is NOT up to date! Cannot convert undefined or null to object |
Hello, The same error occured twice during the process, while migrating to SB7 and then while thrying to automigrate projects. I think the problem is linked to The Storybook migration documentation indicates to use As a workaround you can execute failed command using npx, the storybook cli detects the package manager you use. |
I just found out it worked on nx version 16.5.5 as I did not have the problem with this version, it was still using npx. |
Thank you for the detailed reports @vprothais ! We will look into it! |
@vprothais, the command cannot be The command being run is inaccurate, though. As you stated, it should be It could be that there was some earlier compatibility where |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
upgrading from 15.9.7 to 16.9.1
Expected Behavior
migration succes
GitHub Repo
https://github.com/madipta/offline-first
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
8.8.0
Operating System
Additional Information
I tried manually pnpm exec storybook@latest upgrade, the same error message occured
Command "storybook@latest" not found
then I change to pnpx storybook@latest upgrade it work
run pnpm nx migrate --run-migrations again the same error occured
might be pnpm exec is not supported anymore?
The text was updated successfully, but these errors were encountered: