-
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
nx migrate next giving error @nestjs/common #16752
Comments
Per nestjs website. there is no version like 9.1.0 https://www.npmjs.com/package/@nestjs/common?activeTab=versions |
@nosaku Thanks for reporting the issue. Can you run your migration using |
I have another issue which I opened and fixed too, #16706 hence was testing with "next". |
Okay thanks. This is fixed here #16771 |
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
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @nestjs/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! xxxx-debug-0.log
Run migrate with --to="package1@version1,package2@version2"
Pass --verbose to see the stacktrace.
Expected Behavior
migration should be successful
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: