-
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
Error: Cannot find module '@nrwl/workspace/src/utils/perf-logging' #4656
Comments
Yup, same issue here. |
Hello there @udayvunnam and @iztokb ! Can you please try changing |
@udayvunnam thank you for submitting the issue. Could you provide a repo with a repro? I think your |
@vsavkin below are the details
Error: Cannot find module '@nrwl/workspace/src/utils/perf-logging'
Reference PR - udayvunnam/xng-breadcrumb#73 |
I tried to upgrade via |
I cloned your repo, and I observed that your version of So, you can try running |
Thank you @mandarini. That works! Shouldn't |
@vsavkin @mandarini Thanks a ton for building nx. My work and personal projects have been much productive with it. |
Thank you @udayvunnam for the kind words! :) |
It did for me when I tried it just now. |
just commenting to confirm that this happens to me as well. for anyone who will encounter this in the future, just check the |
For me too. @nrwl/cli was not upgraded with the rest of the packages. |
For me too, but changing it manually gives more errors:
|
My migrations went fine cli updated to latest This is causing all my projects to fail any build commands. No solution as of yet.
|
@nhhockeyplayer i ran into this trying to use latest versions of everything and |
Indeed, look for the rest of the |
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. |
I have tried to migrate to the latest nx version but getting error as Cannot find module '@nrwl/workspace/src/utils/perf-logging'
It seems that
@nrwl/workspace/src/utils/perf-logging
is required atnx/packages/cli/lib/init-local.ts
Line 14 in d8fafcd
When we actually look at https://github.com/nrwl/nx/tree/master/packages/workspace/src/utils there is no such file
perf-logging.ts
Can you please check
"@nrwl/workspace": "11.2.6",
"@nrwl/angular": "11.2.6",
The text was updated successfully, but these errors were encountered: