ERR_PNPM_LATEST_WITH_SPEC Specs are not allowed to be used with --latest (\!@nx)
#8784
Unanswered
kasir-barati
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Here is the repo I am working on it right now: https://github.com/kasir-barati/graphql And I reached to this stage thanks to this issue in Nx: nrwl/nx#28991 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran:
pnpm update "\!@nx" --latest
and I got that error message. No more context or tip as what I should do next if I still want to upgrade all my libs to latest version except anything starting with
@nx
. Any comment?I found also this unit test but after reading it I did not get any idea on how to upgrade all my libs to latest version except anything starting with
@nx
.Beta Was this translation helpful? Give feedback.
All reactions