You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am a beginner to use nx.
I am following the documents.
The problem I met is after I move getRandomItem function, it doesn't work well.
I met a following error on the import line,
Cannot find module '@tuskdesign/util' or its corresponding type declarations.
and after npx nx build @tuskdesign/zoo, got the error.
➜ tuskydesign git:(main) ✗ npx nx build @tuskdesign/zoo
NX Failed to process project graph. Run "nx reset" to fix this. Please report the issue if you keep seeing it.
Pass --verbose to see the stacktraces.
What could I do next?
And If you don't mind, I would like to improve this part of the document. Thanks for your kind documents.
The text was updated successfully, but these errors were encountered:
Documentation issue
Is there a specific documentation page you are reporting?
Enter the URL or documentation section here.
https://nx.dev/getting-started/tutorials/npm-workspaces-tutorial#use-nx-plugins-to-enhance-your-workspace
Additional context or description
Provide any additional details here as needed.
Hi, I am a beginner to use nx.
I am following the documents.
The problem I met is after I move
getRandomItem
function, it doesn't work well.I met a following error on the import line,
and after
npx nx build @tuskdesign/zoo
, got the error.What could I do next?
And If you don't mind, I would like to improve this part of the document. Thanks for your kind documents.
The text was updated successfully, but these errors were encountered: